Update to target Python 3.10

This commit is contained in:
2023-05-19 18:10:14 +00:00
parent 74b8948daa
commit d47322a959
2 changed files with 151 additions and 107 deletions

View File

@@ -93,7 +93,7 @@ pytest = "*"
pytest-reverse = "*"
[requires]
python_version = "3.9"
python_version = "3.10"
[dev-packages.pytest-xdist]
extras = [ "psutil",]