Update: Python version

This commit is contained in:
Sven Schürmann
2022-03-21 18:34:59 +01:00
parent 5d5d657192
commit 2b89d9b29a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ requests = "*"
autopep8 = "*"
[requires]
python_version = "3.6"
python_version = "3.7"

View File

@@ -18,7 +18,7 @@ Technically, [Python 3](https://www.python.org/) and [FastAPI](https://fastapi.t
Before you start, you must:
- Install [Python 3.6.x.](https://www.python.org/downloads/)
- Install [Python 3.7.x.](https://www.python.org/downloads/)
- Install [Pipenv](https://pipenv.pypa.io/en/latest/#install-pipenv-today)
To activate this project's virtualenv, run following command: