Skip to content

Commit 50d1c5e

Browse files
committed
Try a fix for musllinux failure
1 parent 7f84d55 commit 50d1c5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/docker/python-free-threaded-wheel-musllinux-test-imports.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG base
1919
FROM ${base}
2020

2121
ARG python_version=3.13
22-
ARG python_patch_version=3.13.2
22+
ARG python_patch_version=3.13.7
2323

2424
RUN apk add --no-cache \
2525
bash \

ci/docker/python-free-threaded-wheel-musllinux-test-unittests.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG base
1919
FROM ${base}
2020

2121
ARG python_version=3.13
22-
ARG python_patch_version=3.13.2
22+
ARG python_patch_version=3.13.7
2323

2424
RUN apk add --no-cache \
2525
bash \

dev/tasks/python-wheels/github.linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
PYTHON_ABI_TAG: "{{ python_abi_tag }}"
4545
{% if python_version == "3.14" %}
4646
PYTHON_IMAGE_TAG: "3.14-rc"
47-
PYTHON_PATCH_VERSION: "3.14.0-rc3"
47+
PYTHON_PATCH_VERSION: "3.14.0rc3"
4848
{% elif python_version == "3.13" %}
4949
PYTHON_IMAGE_TAG: "{{ python_version }}"
50-
PYTHON_PATCH_VERSION: "3.13.2"
50+
PYTHON_PATCH_VERSION: "3.13.7"
5151
{% else %}
5252
PYTHON_IMAGE_TAG: "{{ python_version }}"
5353
{% endif %}

0 commit comments

Comments
 (0)