Skip to content

Add free-threaded Python builds to CI matrix#198

Merged
jaraco merged 2 commits intomainfrom
copilot/add-tests-for-free-threaded-build
Apr 27, 2026
Merged

Add free-threaded Python builds to CI matrix#198
jaraco merged 2 commits intomainfrom
copilot/add-tests-for-free-threaded-build

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 27, 2026

Free-threaded Python builds (e.g. 3.13t) can expose issues invisible on the standard interpreter, even without multithreaded tests. The CI matrix had no coverage for them.

Changes

  • 3.13t — added to the main python matrix, so it runs across all three platforms (ubuntu, macOS, Windows), consistent with how stable 3.13 is tested
  • 3.14t — added as an include entry scoped to ubuntu-latest, consistent with how the pre-release 3.14 is handled
  • 3.15t intentionally excluded until 3.15 is stable

Copilot AI linked an issue Apr 27, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add tests for the free-threaded build Add free-threaded Python builds to CI matrix Apr 27, 2026
Copilot AI requested a review from jaraco April 27, 2026 16:05
@jaraco jaraco marked this pull request as ready for review April 27, 2026 16:14
@jaraco jaraco merged commit 91aed9a into main Apr 27, 2026
@jaraco jaraco deleted the copilot/add-tests-for-free-threaded-build branch April 27, 2026 16:14
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.

Add tests for the free-threaded build

2 participants