Only requiring Python 3.10

This commit is contained in:
Chris Proctor 2023-07-17 23:55:59 +00:00
parent 7abf4209d1
commit c4e53df97c
1 changed files with 1 additions and 1 deletions

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"