Skip to content

Commit 52ac61e

Browse files
committed
Remove mapping to patch versions
1 parent 258bf1e commit 52ac61e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

ci/docker/python-wheel-windows-test-vs2022.dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ FROM ${base}
2828

2929
# Define the full version number otherwise choco falls back to patch number 0 (3.10 => 3.10.0)
3030
ARG python=3.10
31-
RUN (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.11" && setx PYTHON_CMD "py -3.10") & \
32-
(if "%python%"=="3.11" setx PYTHON_VERSION "3.11.9" && setx PYTHON_CMD "py -3.11") & \
33-
(if "%python%"=="3.12" setx PYTHON_VERSION "3.12.10" && setx PYTHON_CMD "py -3.12") & \
34-
(if "%python%"=="3.13" setx PYTHON_VERSION "3.13.9" && setx PYTHON_CMD "py -3.13") & \
35-
(if "%python%"=="3.14" setx PYTHON_VERSION "3.14.0" && setx PYTHON_CMD "py -3.14")
3631

3732
# hadolint ignore=DL3059
3833
RUN choco install -r -y --pre --no-progress --force python --version=%PYTHON_VERSION%

ci/docker/python-wheel-windows-vs2022.dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ FROM ${base}
2323

2424
# Define the full version number otherwise choco falls back to patch number 0 (3.10 => 3.10.0)
2525
ARG python=3.10
26-
RUN (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.11" && setx PYTHON_CMD "py -3.10") & \
27-
(if "%python%"=="3.11" setx PYTHON_VERSION "3.11.9" && setx PYTHON_CMD "py -3.11") & \
28-
(if "%python%"=="3.12" setx PYTHON_VERSION "3.12.10" && setx PYTHON_CMD "py -3.12") & \
29-
(if "%python%"=="3.13" setx PYTHON_VERSION "3.13.9" && setx PYTHON_CMD "py -3.13") & \
30-
(if "%python%"=="3.14" setx PYTHON_VERSION "3.14.0" && setx PYTHON_CMD "py -3.14")
3126

3227
# Use python_abi_tag env var to select regular or free-threaded Python
3328
ARG freethreaded=0

0 commit comments

Comments
 (0)