We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dc267 commit 336bd2fCopy full SHA for 336bd2f
.env
@@ -1,4 +1,4 @@
1
-PYTHON_VERSION=3.6
+PYTHON_VERSION=3.8
2
POSTGRES_VERSION=9.6
3
POSTGIS_VERSION=2.5
4
MYSQL_VERSION=8
README.md
@@ -97,7 +97,7 @@ To enter a bash shell within the container, run:
97
| Environment Variable | Default | Description |
98
| --- | --- | --- |
99
| `DJANGO_PATH` | None | The path to the Django codebase on your local machine |
100
-| `PYTHON_VERSION` | `3.6` | The python version to run tests against |
+| `PYTHON_VERSION` | `3.8` | The python version to run tests against |
101
| `POSTGRES_VERSION` | `9.6` | The version of Postgres to use |
102
| `MYSQL_VERSION` | `8` | The mysql version to use |
103
| `MARIADB_VERSION` | `10.4` | The mariadb version to use |
0 commit comments