Skip to content

Test as well on the free-threaded version of Python 3.14 #1450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2025

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Jun 23, 2025

Python 3.14 will officially support free-threading, removing the "experimental" tag from the free-threaded build. This means it's no longer experimental, but it won't be the default build. The transition to free-threading in Python involves multiple phases, and 3.14 marks the beginning of phase II, where free-threading is officially supported but remains optional.

This PR simply adds 3.14t, the free-threaded version of Python 3.14 as an additional test target Python version.

It also updates various files to note that we explicitly support free-threaded versions of Python.

@tleonhardt tleonhardt self-assigned this Jun 23, 2025
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.57%. Comparing base (eb5eb6c) to head (99039a4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1450      +/-   ##
==========================================
+ Coverage   98.55%   98.57%   +0.01%     
==========================================
  Files          20       20              
  Lines        5742     5742              
==========================================
+ Hits         5659     5660       +1     
+ Misses         83       82       -1     
Flag Coverage Δ
unittests 98.57% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tleonhardt tleonhardt merged commit 0ff58ac into master Jun 24, 2025
33 checks passed
@tleonhardt tleonhardt deleted the free-threaded branch June 24, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants