Downgrade python requirement

This commit is contained in:
Chris Proctor
2023-07-17 19:51:05 -04:00
parent 91b194f08c
commit e6aef35ea0

View File

@@ -6,7 +6,7 @@ authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
superturtle = "^0.1.0"