Add requires-python lower boundary

Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
This commit is contained in:
Juan Luis Cano Rodríguez
2025-06-29 20:52:52 +02:00
parent d7cd02e3e9
commit 3918f7e5f8

View File

@@ -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",