Lower python requirement to 3.10
This commit is contained in:
@@ -4,7 +4,8 @@ version = "0.0.1"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"PyYAML >= 6.0.2", "pillow >= 11.3.0", "goat-tools >= 0.0.1"
|
"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 = [
|
authors = [
|
||||||
{name = "Gregory Marco", email = "greg@nanoyagi.com"}
|
{name = "Gregory Marco", email = "greg@nanoyagi.com"}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user