Drop support for EOL PyPy3.8 and PyPy3.9#639
Merged
hugovk merged 1 commit intoultrajson:mainfrom Sep 2, 2024
Merged
Conversation
Collaborator
|
Not that I expect us to do a release between now an the end of October but I'd rather hang on to 3.8 until it really is dead. Packages which drop Python versions prematurely have a rather painful knock-on effect on dependent packages that are trying to stick to the scheduled lifespans. |
bwoodsend
approved these changes
Sep 2, 2024
Member
Author
|
Yep, fair enough, we're not in any rush. |
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.
Last week's PyPy release dropped PyPy3.9:
We already removed PyPy3.8 from the wheel build in #602, but only for the
build-QEMU-emulated-wheelsjob which has a version matrix.The
build-native-wheelsjob was still building the cibuildwheel default, which includes PyPy3.8 and PyPy3.9:If we unzip the
wheels-*-latestzips at https://github.com/ultrajson/ultrajson/actions/runs/10666436368 we can see the pp38 (and pp39) wheels. Also at https://pypi.org/project/ujson/5.10.0/#files.Let's explicitly exclude them with
CIBW_SKIP.The Python 3.8 EOL is due some time next month, shall we also drop that already or wait until next month?
https://peps.python.org/pep-0569/#lifespan