feat: support PEP 803, free-threaded tag#1269
Merged
Conversation
b660b75 to
e5d7824
Compare
henryiii
commented
Apr 22, 2026
LecrisUT
reviewed
Apr 23, 2026
a9dfb66 to
0728003
Compare
75e5f98 to
2a1838a
Compare
Support should come out in CMake 4.4 Assisted-by: Copilot:Kimi-K2.6 Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
- Add `_PyTag` helper class to `wheel_tag.py` to make the complex `all()` ABI tag checks readable; refactor `compute_best` to use it - Restructure the `limited_api` block in `builder.py`: move the `cp3*t` branch inside the `cp3` check, add a warning when the free-threaded stable ABI is requested but conditions aren't met, and move the classic-on-free-threaded warning into the inner branch - Promote the inline `VersionInfo` test helper to module level in `tests/test_builder.py` and add a `from_str()` classmethod Assisted-by: Copilot:claude-sonnet-4.6 Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
Assisted-by: Copilot:GPT-5.4 Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
Assisted-by: Copilot:claude-sonnet-4.6 Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
2a1838a to
22a8361
Compare
|
Thanks for working on this! |
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.
Support should come out in CMake 4.4, see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/11955.
Fix #1252.
🤖 Assisted-by: Copilot:Kimi-K2.6