Lower python requirement to 3.10

This commit is contained in:
2025-10-10 22:59:58 -05:00
parent 9aa5655eff
commit 34481a4062

View File

@@ -4,7 +4,8 @@ version = "0.0.1"
dependencies = [
"PyYAML >= 6.0.2", "pillow >= 11.3.0", "goat-tools >= 0.0.1"
]
requires-python = ">=3.11"
#requires-python = ">=3.11"
requires-python = ">=3.10"
authors = [
{name = "Gregory Marco", email = "greg@nanoyagi.com"}
]