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
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dependencies = [
"python-dotenv",
"pyyaml",
]
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",