Skip to content

Commit f5ef228

Browse files
committed
break: remove EOL PyPY 3.10 from images
It still can be installed using manylinux-interpreters ensure pp310-pypy310_pp73
1 parent aa9b74d commit f5ef228

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ Toolchain: GCC 14
261261
- ppc64le image: ``quay.io/pypa/musllinux_1_2_ppc64le``
262262
- s390x image: ``quay.io/pypa/musllinux_1_2_s390x``
263263
- armv7l image: ``quay.io/pypa/musllinux_1_2_armv7l``
264+
- riscv64 image: ``quay.io/pypa/musllinux_1_2_riscv64``
264265

265266

266267
musllinux_1_1 (Alpine Linux 3.12 based - EOL)
@@ -288,7 +289,7 @@ Image content
288289

289290
All supported images currently contain:
290291

291-
- CPython 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t and PyPy 3.10, 3.11 installed in
292+
- CPython 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t and PyPy 3.11 installed in
292293
``/opt/python/<python tag>-<abi tag>``. The directories are named
293294
after the PEP 425 tags for each environment --
294295
e.g. ``/opt/python/cp313-cp313`` contains a CPython 3.13 build, and

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ RUN --mount=type=bind,target=/build_cpython38,from=build_cpython38 \
167167
mkdir -p /opt/_internal && \
168168
cp -rf /build_cpython*/opt/_internal/* /opt/_internal/ && \
169169
manylinux-entrypoint /opt/_internal/build_scripts/finalize.sh \
170-
pp310-pypy310_pp73 pp311-pypy311_pp73
170+
pp311-pypy311_pp73
171171

172172
COPY tests /opt/_internal/tests/
173173

docker/tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ if [ "${AUDITWHEEL_POLICY:0:10}" == "musllinux_" ]; then
1111
EXPECTED_PYTHON_COUNT_ALL=9
1212
else
1313
if [ "${AUDITWHEEL_ARCH}" == "x86_64" ] || [ "${AUDITWHEEL_ARCH}" == "aarch64" ]; then
14-
EXPECTED_PYTHON_COUNT=11
14+
EXPECTED_PYTHON_COUNT=10
1515
EXPECTED_PYTHON_COUNT_ALL=14
1616
elif [ "${AUDITWHEEL_ARCH}" == "i686" ]; then
17-
EXPECTED_PYTHON_COUNT=11
17+
EXPECTED_PYTHON_COUNT=10
1818
EXPECTED_PYTHON_COUNT_ALL=13
1919
else
2020
EXPECTED_PYTHON_COUNT=9

0 commit comments

Comments
 (0)