-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add Python 3.14t (freethreaded) to testing matrix #251
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
Conversation
- Added Python 3.14t to the test matrix - Python 3.14.0 freethreaded is available on all platforms (Ubuntu, Windows, macOS) - Tests will run on all supported OS and architectures
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThe GitHub Actions workflow is updated to extend the test matrix with the new Python 3.14t (freethreaded) interpreter, ensuring it runs across all supported operating systems alongside existing interpreters. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #251 +/- ##
=======================================
Coverage 99.30% 99.30%
=======================================
Files 3 3
Lines 288 288
=======================================
Hits 286 286
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Upgraded actions/setup-python from v5.2.0 to v5.5.0 - v5.5.0 has better support for freethreaded Python (3.14t)
- Added verification step to confirm freethreaded mode is active - Updated AGENT.md to document 3.14t support - Verification shows Python version and GIL status for 't' versions
Summary by Sourcery
CI: