Change python version to 3.8

This commit is contained in:
2020-11-21 16:14:58 +01:00
parent 4e67bf145f
commit 079d85f75e
3 changed files with 111 additions and 108 deletions

View File

@ -15,7 +15,7 @@ sqlalchemy = "*"
python-dotenv = "*"
[requires]
python_version = "3.9"
python_version = "3.8"
[pipenv]
allow_prereleases = true