From e7c117a8ebc204763af66bf7c754d67f60f98cb8 Mon Sep 17 00:00:00 2001 From: Hannes Ljungberg Date: Sat, 13 Feb 2021 20:50:41 +0100 Subject: [PATCH] Updated default PYTHON_VERSION to 3.8 --- .env | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ddb116d..df26972 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -PYTHON_VERSION=3.6 +PYTHON_VERSION=3.8 POSTGRES_VERSION=9.6 POSTGIS_VERSION=2.5 MYSQL_VERSION=8 diff --git a/README.md b/README.md index 944d8ac..7e959a2 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ To enter a bash shell within the container, run: | Environment Variable | Default | Description | | --- | --- | --- | | `DJANGO_PATH` | None | The path to the Django codebase on your local machine | -| `PYTHON_VERSION` | `3.6` | The python version to run tests against | +| `PYTHON_VERSION` | `3.8` | The python version to run tests against | | `POSTGRES_VERSION` | `9.6` | The version of Postgres to use | | `MYSQL_VERSION` | `8` | The mysql version to use | | `MARIADB_VERSION` | `10.4` | The mariadb version to use |