Prepare release 0.21.0 - #883
Open
rgommers wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
We may want to address a possible issue with the new editable install error reporting (#859 (comment)) still. Other PRs are optional; more important to get the release out soon, and we plan to do a 0.22.0 not too long after this one. |
dnicolodi
requested changes
Aug 25, 2026
| 0.21.0 | ||
| ====== | ||
|
|
||
| - Add support for abi3t - Stable ABI for free-threaded interpreters (PEP 803). |
Member
There was a problem hiding this comment.
Suggested change
| - Add support for abi3t - Stable ABI for free-threaded interpreters (PEP 803). | |
| - Add support for the stable ABI for free-threaded interpreters (``abi3t``). |
Comment on lines
+25
to
+26
| - CI improvements: add Python 3.15 and ``zizmor`` jobs, hash pinning of GitHub | ||
| Actions. |
Member
There was a problem hiding this comment.
I would leave this out as it is not user facing.
Suggested change
| - CI improvements: add Python 3.15 and ``zizmor`` jobs, hash pinning of GitHub | |
| Actions. |
|
|
||
| - Add support for abi3t - Stable ABI for free-threaded interpreters (PEP 803). | ||
| - Add support for platform-specific filename suffixes for Stable ABI extension | ||
| modules (cpython#122931). |
Member
There was a problem hiding this comment.
Suggested change
| modules (cpython#122931). | |
| - Add support for the stable ABI extension modules platform-specific filename suffixes | |
| introduced in Python 3.15. |
Comment on lines
+23
to
+24
| - Implement support for ``.start`` files in the editable install loader (PEP | ||
| 829) for Python >=3.15. |
Member
There was a problem hiding this comment.
Suggested change
| - Implement support for ``.start`` files in the editable install loader (PEP | |
| 829) for Python >=3.15. | |
| - Use ``.start`` files (PEP 829) instead of ``.pth`` files to implement editable | |
| wheels for Python 3.15 and later. |
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.
No description provided.