Skip to content

Commit c774f8c

Browse files
kbukum1Copilot
andcommitted
Sync uv Dockerfile Python versions with python ecosystem
Update Python version pins in the uv Dockerfile to match the versions already deployed in the python ecosystem (PR #15058). The uv ecosystem aliases the Python Language class, so the code expects these exact versions when extracting compressed Python runtimes. - 3.14.2 → 3.14.5 - 3.13.11 → 3.13.13 - 3.12.12 → 3.12.13 - 3.11.14 → 3.11.15 - 3.10.19 → 3.10.20 - 3.9.24 → 3.9.25 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c38c1ad commit c774f8c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

uv/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# This list must match the versions specified in
33
# uv/lib/dependabot/uv/language.rb: PRE_INSTALLED_PYTHON_VERSIONS_RAW
44
# Python versions are pinned to the release of each minor/patch version.
5-
ARG PY_3_14=3.14.2
6-
ARG PY_3_13=3.13.11
7-
ARG PY_3_12=3.12.12
8-
ARG PY_3_11=3.11.14
9-
ARG PY_3_10=3.10.19
10-
ARG PY_3_9=3.9.24
5+
ARG PY_3_14=3.14.5
6+
ARG PY_3_13=3.13.13
7+
ARG PY_3_12=3.12.13
8+
ARG PY_3_11=3.11.15
9+
ARG PY_3_10=3.10.20
10+
ARG PY_3_9=3.9.25
1111
# https://github.com/pyenv/pyenv/releases
1212
ARG PYENV_VERSION=v2.6.16
1313

0 commit comments

Comments
 (0)