Build Python 3.13t + 3.14t wheels of PyO3 packages#495
Merged
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
sayakpaul
approved these changes
Apr 21, 2026
Comment on lines
+59
to
+67
| - name: Build free-threaded wheels (3.13t) | ||
| uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 | ||
| with: | ||
| target: ${{ matrix.platform.target }} | ||
| args: --release --out dist --manifest-path kernels-data/bindings/python/Cargo.toml -i python3.13t | ||
| sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} | ||
| manylinux: auto | ||
| - name: Build free-threaded wheels (3.14t) | ||
| uses: PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0 |
Member
There was a problem hiding this comment.
Nice. Could have been a matrix for 3.13t and 3.14t but no strong opinions.
Member
Author
There was a problem hiding this comment.
Yeah, once it's more we could change it in a matrix. I kept it like this, because if we need to let maturin generate the workflow again in the future, the diff will be smaller, making it easier to cherry-pick just the parts that changed.
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.
Also set the version to 0.14.0.dev1 to trigger new uploads later.