ci: build free-threaded manylinux x86_64 wheel#32
Draft
honglei wants to merge 1 commit into
Draft
Conversation
honglei
marked this pull request as draft
July 1, 2026 07:14
honglei
force-pushed
the
fix-manylinux-cp314t-x86_64
branch
from
July 1, 2026 07:21
2398bc3 to
3089b41
Compare
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.
This adds an explicit Linux x86_64 free-threaded wheel build for Python 3.14t.
The v0.3.6 release artifacts include the regular CPython 3.14 manylinux x86_64 wheel, but not the free-threaded one:
There is a cp314t x86_64 musllinux wheel, and other Linux architectures already have cp314t manylinux wheels. The missing artifact appears to be limited to the glibc x86_64 free-threaded wheel.
The new job keeps the existing manylinux2014 compatibility baseline and adds a dedicated Python 3.14t x86_64 build using:
The release job now depends on this new artifact so tag releases can publish it together with the existing wheels.
Validation performed locally:
This PR is intentionally kept as a draft until CI confirms the additional manylinux2014 job produces the expected cp314-cp314t x86_64 wheel.