File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PYTHON_IMPLEMENTATION = python
2- PYTHON_VERSION = 3.13
2+ PYTHON_VERSION = 3.14
33MARIADB_VERSION = 10.6
44MYSQL_VERSION = 8.4
55ORACLE_VERSION = 23.5.0.0
Original file line number Diff line number Diff line change 3030 - name : Set up Python
3131 uses : actions/setup-python@v5
3232 with :
33- python-version : ' 3.13 '
33+ python-version : ' 3.14 '
3434 cache : pip
3535 - name : Install packages
3636 run : python -m pip install --upgrade pip pre-commit
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.12
22
33ARG PYTHON_IMPLEMENTATION=python
4- ARG PYTHON_VERSION=3.13
4+ ARG PYTHON_VERSION=3.14
55FROM ${PYTHON_IMPLEMENTATION}:${PYTHON_VERSION}-slim-bookworm
66
77LABEL org.opencontainers.image.authors="Django Software Foundation"
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ environment variables:
193193| ----------------------- | ------------- | ---------------------------------------------------- |
194194| ` DJANGO_PATH ` | ` ../django ` | Path to the Django repostory on your local machine |
195195| ` PYTHON_IMPLEMENTATION ` | ` python ` | Implementation of Python to use — ` python ` or ` pypy ` |
196- | ` PYTHON_VERSION ` | ` 3.13 ` | Version of Python container image to use |
196+ | ` PYTHON_VERSION ` | ` 3.14 ` | Version of Python container image to use |
197197
198198The versions of various backend services can be switched by setting these environment variables:
199199
@@ -212,7 +212,7 @@ The `PYTHON_VERSION` environment variable controls which version of Python you
212212are running the tests against, e.g.
213213
214214``` console
215- $ PYTHON_VERSION=3.13 docker compose run --rm sqlite
215+ $ PYTHON_VERSION=3.14 docker compose run --rm sqlite
216216```
217217
218218In addition, it's possible to select a different implementation of Python, i.e.
You can’t perform that action at this time.
0 commit comments