Skip to content

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 8, 2025

https://www.python.org/downloads/release/python-3140/

python3.14 already works on the main branch. We want to add the free threaded python3.14t.

The approach is to add tox.skip_missing_interpreters = True and then set gh-actions.python = 3.14: py314, py314t. Both python3.14 and python3.14t will match 3.14 on the left-hand side, but will only match one of the two interpreters on the right-hand side. Half of the 3.14 tests will be skipped because of a missing interpreter, but the other half of the tests will be run with the desired interpreter.

Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant