pull/16671/merge
Joe Groocock 2023-12-13 10:14:16 -08:00 committed by GitHub
commit 24be830891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/16671.docker Normal file
View File

@ -0,0 +1 @@
Build Docker image with Python 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