Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Morgan
bed85d3b16 changelog 2024-10-30 10:26:33 +00:00
Andrew Morgan
f7a7a0dbd4 Bump Synapse Dockerfile to Python 3.12
As 3.13 has now been released, recent 3.12 releases should be stable enough.
2024-10-30 10:25:32 +00:00
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