Update to 3.9

This commit is contained in:
2022-01-11 04:18:03 +00:00
parent e0e69f8c06
commit e5b2fb06f3
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ black = "*"
mypy = "*"
[requires]
python_version = "3.8"
python_version = "3.9"
[scripts]
test = "pytest app/test/test_main.py -s"