Add requires-python lower boundary
Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
This commit is contained in:
parent
d7cd02e3e9
commit
3918f7e5f8
|
@ -12,6 +12,7 @@ dependencies = [
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
]
|
]
|
||||||
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
|
Loading…
Reference in New Issue