File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- PYTHON_VERSION = 3.6
1
+ PYTHON_VERSION = 3.8
2
2
POSTGRES_VERSION = 9.6
3
3
POSTGIS_VERSION = 2.5
4
4
MYSQL_VERSION = 8
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ To enter a bash shell within the container, run:
97
97
| Environment Variable | Default | Description |
98
98
| --- | --- | --- |
99
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 |
100
+ | ` PYTHON_VERSION ` | ` 3.8 ` | The python version to run tests against |
101
101
| ` POSTGRES_VERSION ` | ` 9.6 ` | The version of Postgres to use |
102
102
| ` MYSQL_VERSION ` | ` 8 ` | The mysql version to use |
103
103
| ` MARIADB_VERSION ` | ` 10.4 ` | The mariadb version to use |
You can’t perform that action at this time.
0 commit comments