chore: remove 3.13 freethreaded builds#1609
Merged
Merged
Conversation
kevinjqliu
approved these changes
Jun 25, 2026
kevinjqliu
left a comment
Contributor
There was a problem hiding this comment.
interesting
As of April 2026, we suggest not enabling builds for Free-threaded Python 3.13 going forward. The 3.13t release was considered experimental, is approximately 30% slower in single-threaded performance than 3.14t, and does not include a number of safety fixes for builtins and the standard library that were included in 3.14t. Free-threaded 3.14 also has better ecosystem compatibility than 3.13.
Member
Author
|
Thanks @kevinjqliu . Especially since we never released these wheels I don't think it's any issue to remove the 3.13 versions. |
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.
Which issue does this PR close?
None.
Rationale for this change
The experimental freethreaded python in 3.13 has been reported as having difficulty and support for 3.13 as dropped in PyO3, so before we release this version we may as well drop 3.13t.
https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel
https://github.com/PyO3/pyo3/releases/tag/v0.29.0
What changes are included in this PR?
Remove 3.13 free theaded build.
Are there any user-facing changes?
None