Skip to content

Commit a384957

Browse files
Upgrade Python version (#22240)
Co-authored-by: Kyle-Neale <[email protected]>
1 parent f423491 commit a384957

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/resolve-build-deps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ jobs:
210210
# PBS stands for "Python Build Standalone": https://astral.sh/blog/python-build-standalone
211211
env:
212212
PYTHON_PATCH: 11
213-
PBS_RELEASE: 20251209
214-
PBS_SHA256__aarch64: 8c5bd56675d883166e200e50af7c894331564dc810dcb3a53ea465c0df11b461
215-
PBS_SHA256__x86_64: b35d2aa6c8737efc0c23983797addd9a22a0cdc29a82f39599486ea1fec752ba
213+
PBS_RELEASE: 20251217
214+
PBS_SHA256__aarch64: 324b24ebd50c16cf3a88360fc0e85ced38b04abcf580bc73cf95def4852e0c29
215+
PBS_SHA256__x86_64: 70f76d40609999213b44a37e947dc0fe0b975f48d206f8931992892870bd4026
216216
run: |
217217
set -u
218218
curl -fsSL -o pbs.tgz "https://github.com/astral-sh/python-build-standalone/releases/download/$PBS_RELEASE/cpython-$PYTHON_VERSION.$PYTHON_PATCH+$PBS_RELEASE-${{ matrix.job.arch }}-apple-darwin-install_only_stripped.tar.gz"

ddev/src/ddev/repo/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
# This is automatically maintained
1414
PYTHON_VERSION = '3.13'
15-
PYTHON_VERSION_FULL = '3.13.10'
15+
PYTHON_VERSION_FULL = '3.13.11'

0 commit comments

Comments
 (0)