Use Python 3.9 as default. Can be changed in Pipfile to the version you use now.

This commit is contained in:
2020-12-18 23:30:28 +01:00
parent ad4a86f8ad
commit dae802f5f3
3 changed files with 52 additions and 68 deletions

View File

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