Bump Synapse Dockerfile default to Python 3.12 (#17887)

This commit is contained in:
Andrew Morgan 2024-11-05 13:15:10 +00:00 committed by GitHub
parent 2c9ed5e510
commit 1c2b18a704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/17887.misc Normal file
View File

@ -0,0 +1 @@
Bump the default Python version in the Synapse Dockerfile from 3.11 -> 3.12.

View File

@ -20,7 +20,7 @@
# `poetry export | pip install -r /dev/stdin`, but beware: we have experienced bugs in
# in `poetry export` in the past.
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
###
### Stage 0: generate requirements.txt