-
Notifications
You must be signed in to change notification settings - Fork 277
Updates for Pyodide 0.28 release #2487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
henryiii
merged 16 commits into
pypa:main
from
agriyakhetarpal:bump/cibuildwheel-pyodide-0.28
Jul 13, 2025
+24
−32
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
cdae9e2
Bump testing version to 0.28.0
agriyakhetarpal 58c8c04
Bump Pyodide constraints
agriyakhetarpal 39282c8
Add Pyodide 0.28.0 identifier
agriyakhetarpal 381dbd5
Override to a different, alpha version for testing
agriyakhetarpal 3ebe89e
Update docs for Pyodide versions everywhere
agriyakhetarpal 5f32950
Add comment on using older Pyodide alpha version
agriyakhetarpal 7ac9967
Bump to `"cp313*"` for compatibility
agriyakhetarpal 3eb8d73
Drop identifier for Pyodide 0.28.0a3
agriyakhetarpal e616c3f
Add back Pyodide 0.28.0a3 identifier
agriyakhetarpal 5ee499b
Add helpful comment about pyodide-prerelease option
agriyakhetarpal 6bf8027
Fix test and add a comment about it
agriyakhetarpal 7e909d7
Keep one Pyodide version per Python version
agriyakhetarpal bda44b8
Fix docs for `pyodide-prerelease`; Python ➡️ Pyodide
agriyakhetarpal 70b35d0
Merge branch 'main' into bump/cibuildwheel-pyodide-0.28
henryiii 095176b
Update utils.py
henryiii b19e9dd
Drop CI test step for overridden Pyodide version
agriyakhetarpal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what the best way to handle this would be. We don't have a Pyodide 0.29.0 pre-release yet because it's too early to have one. We usually stay one year behind CPython version compatibility, allowing our packages to complete their upgrades. The
cp313-pyodide_wasm32
identifier might stay for Pyodide 0.29, or it might not. The CPython version could even change between Pyodide 0.29 alphas (or 0.30 alphas, for that matter).We currently say that "If there are pre-releases available for a newer Pyodide version, the
pyodide-prerelease
can be used to include pre-release versions." in the documentation.We could document there that
cibuildwheel
can disable thepyodide-prerelease
option when there are no pre-releases available?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm personally okay with the commenting approach above.
As for the other points, yeah, I can see that it might get a little awkward around alphas, but that's probably okay, that's what alphas are for :) @henryiii were discussing some ideas in #2448 about the possibility of being able to add new identifiers at runtime, which might help? Having said that, I think we're gonna continue to want the python version in the identifier to support the functionality of the requires-python feature.