Add free threaded Python 3.14t to the testing#1274
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1274 +/- ##
=======================================
Coverage 90.53% 90.53%
=======================================
Files 2 2
Lines 412 412
Branches 45 45
=======================================
Hits 373 373
Misses 30 30
Partials 9 9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
seifertm
left a comment
There was a problem hiding this comment.
Thanks! Let's add 3.14t to the tested versions.
To be honest, I was undecided whether we should explicitly test against the free-threaded version, because I didn't see how it would affect pytest-asyncio.
Do you expect the free-threading build to behave differently with regards to (pytest-)asyncio?
|
I am unsure. When I see benchmarks at the bottom of https://py-free-threading.github.io/examples/asyncio I expect that there will be a lot of exploration of using asyncio and free threading together. If this is not needed then we can close. |
|
Let's merge it, it's a good idea. I was just interested in your perspective. |
No description provided.