Skip to content

Commit 336bd2f

Browse files
authored
Updated default PYTHON_VERSION to 3.8 (#25)
1 parent e5dc267 commit 336bd2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYTHON_VERSION=3.6
1+
PYTHON_VERSION=3.8
22
POSTGRES_VERSION=9.6
33
POSTGIS_VERSION=2.5
44
MYSQL_VERSION=8

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To enter a bash shell within the container, run:
9797
| Environment Variable | Default | Description |
9898
| --- | --- | --- |
9999
| `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 |
101101
| `POSTGRES_VERSION` | `9.6` | The version of Postgres to use |
102102
| `MYSQL_VERSION` | `8` | The mysql version to use |
103103
| `MARIADB_VERSION` | `10.4` | The mariadb version to use |

0 commit comments

Comments
 (0)