diff --git a/Pipfile b/Pipfile index c23cb73..4685a2c 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ requests = "*" autopep8 = "*" [requires] -python_version = "3.6" +python_version = "3.7" diff --git a/README.md b/README.md index bfac00d..68d404f 100644 --- a/README.md +++ b/README.md @@ -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: