Only require python 3.10

This commit is contained in:
Chris Proctor
2023-07-10 22:45:09 -04:00
parent 3213a8cd21
commit 56b70e9b7e
2 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Chris Proctor <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
[tool.poetry.dev-dependencies]