fix(python): correct abi3 wheel tagging to cp311#101
Merged
hubertdeng123 merged 1 commit intomainfrom Mar 9, 2026
Merged
Conversation
…ging After the module restructuring in #50, maturin stopped inferring the ABI3 minimum from requires-python and fell back to cp38. Explicitly passing pyo3/abi3-py311 ensures wheels are tagged abi3-cp311. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kenzoengineer
approved these changes
Mar 9, 2026
Member
kenzoengineer
left a comment
There was a problem hiding this comment.
the releases are tagged cp311-abi3 but you added abi3-py311 is that normal?
Member
Author
|
That is the feature flag https://pyo3.rs/v0.28.2/building-and-distribution#minimum-python-version-for-abi3 I think that's right |
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
sentry_options._core), maturin stopped inferring the ABI3 minimum fromrequires-pythonand fell back tocp38pyo3/abi3-py311inpyproject.tomlmaturin features so wheels are taggedabi3-cp311instead ofabi3-cp38Test plan
abi3-cp311tagged wheels instead ofabi3-cp38🤖 Generated with Claude Code