Replace PyPy 3.10 manylinux with 3.11, add PyPy 3.11 to build matrices#111
Merged
manicmaniac merged 2 commits intomasterfrom Apr 5, 2026
Merged
Replace PyPy 3.10 manylinux with 3.11, add PyPy 3.11 to build matrices#111manicmaniac merged 2 commits intomasterfrom
manicmaniac merged 2 commits intomasterfrom
Conversation
The latest quay.io/pypa/manylinux_2_28_x86_64 image no longer includes pp310-pypy310_pp73; only pp311-pypy311_pp73 is available. Replace it in the manylinux matrix. Also add pypy-3.11 to build-wheels and test matrices (pypy-3.10 is kept as it still works via actions/setup-python). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
945249e to
0fab56a
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
quay.io/pypa/manylinux_2_28_x86_64image no longer includespp310-pypy310_pp73; confirmed by inspecting the container (/opt/python/only containspp311-pypy311_pp73)pp310-pypy310_pp73→pp311-pypy311_pp73in the manylinux build matrixpypy-3.11tobuild-wheels(macOS/Windows) and test matricespypy-3.10inbuild-wheelsand test since it still works viaactions/setup-python(PyPy 3.10 is not EOL)Closes the remaining failure from #108 / #109.
Test plan
build-manylinux-wheels (pp311-pypy311_pp73)passes after mergepypy-3.10andpypy-3.11jobs pass inbuild-wheelsand test matrices🤖 Generated with Claude Code