Skip to content

Commit 2e85e00

Browse files
committed
feature: remove PyPy 3.7 & 3.8 from images
1 parent 8811efb commit 2e85e00

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ RUN --mount=type=bind,target=/build_cpython36,from=build_cpython36 \
162162
mkdir -p /opt/_internal && \
163163
cp -rf /build_cpython*/opt/_internal/* /opt/_internal/ && \
164164
manylinux-entrypoint /opt/_internal/build_scripts/finalize.sh \
165-
pp37-pypy37_pp73 \
166-
pp38-pypy38_pp73 \
167165
pp39-pypy39_pp73 \
168166
pp310-pypy310_pp73
169167

tests/run_tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ if [ "${AUDITWHEEL_POLICY:0:10}" == "musllinux_" ]; then
2222
EXPECTED_PYTHON_COUNT_ALL=9
2323
else
2424
if [ "${AUDITWHEEL_ARCH}" == "x86_64" ] || [ "${AUDITWHEEL_ARCH}" == "aarch64" ]; then
25-
EXPECTED_PYTHON_COUNT=13
25+
EXPECTED_PYTHON_COUNT=11
2626
EXPECTED_PYTHON_COUNT_ALL=14
2727
elif [ "${AUDITWHEEL_ARCH}" == "i686" ]; then
28-
EXPECTED_PYTHON_COUNT=13
28+
EXPECTED_PYTHON_COUNT=11
2929
EXPECTED_PYTHON_COUNT_ALL=13
3030
else
3131
EXPECTED_PYTHON_COUNT=9

0 commit comments

Comments
 (0)