Skip to content

Commit

Permalink
Bump Synapse Dockerfile default to Python 3.12 (#17887)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Nov 5, 2024
1 parent 2c9ed5e commit 1c2b18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/17887.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the default Python version in the Synapse Dockerfile from 3.11 -> 3.12.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c2b18a

Please sign in to comment.