Drop PyPy bz2 dists - #20423
Merged
Merged
Conversation
konsti-openai
approved these changes
Jul 15, 2026
konstin
approved these changes
Jul 15, 2026
Signed-off-by: William Woodruff <william@yossarian.net> Fix snapshot Signed-off-by: William Woodruff <william@yossarian.net>
woodruffw
commented
Jul 15, 2026
Member
Author
There was a problem hiding this comment.
The diff here is a little sad, but it's happening because the available patch versions of PyPy 3.10 are now divergent across Windows and other platforms (since Windows uses zip and the others have been filtered for using bz2). This is bad, I think maybe we should just evict versions that we can't supply consistently across platforms.
Signed-off-by: William Woodruff <william@yossarian.net>
uv test inventory changesThis PR changes the tests when compared with the latest
|
konstin
pushed a commit
that referenced
this pull request
Jul 21, 2026
Merged
konstin
pushed a commit
that referenced
this pull request
Jul 24, 2026
konstin
pushed a commit
that referenced
this pull request
Jul 28, 2026
zanieb
pushed a commit
that referenced
this pull request
Jul 28, 2026
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
This is a more constrained version of #20241.
TL;DR: with 0.12 we won't support extracting bz2 anymore. However, all of the latest PyPy releases (for their respective CPython versions) now have backfilled
.tar.gzdistributions, so this only removes stale minor builds anyways.Note: unlike the earlier PR, this does not drop EOL versions of PyPy. We could still do that in the future though.
Test Plan
See what happens in CI.