From 2b89d9b29a1eaccbf72ec95a1d06233c9ccc02f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Sch=C3=BCrmann?= Date: Mon, 21 Mar 2022 18:34:59 +0100 Subject: [PATCH] Update: Python version --- Pipfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: