Add Python3.14 non-free-threading builds - #212
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #212 +/- ##
=======================================
Coverage 88.41% 88.41%
=======================================
Files 15 15
Lines 1260 1260
=======================================
Hits 1114 1114
Misses 146 146 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closed
Windows seems to default to using a free-threaded build, which isn't supported by upstream EPICS python packages. We don't really care to release a free-threading build anywhere really, so globally block it
AlexanderWells-diamond
force-pushed
the
add_cp314
branch
from
September 11, 2026 09:18
b4e5517 to
2f89679
Compare
See DiamondLightSource/cothread#73 The simplest solution seems to be to just remove coverage.
AlexanderWells-diamond
force-pushed
the
add_cp314
branch
from
September 11, 2026 09:22
2f89679 to
747d492
Compare
AlexanderWells-diamond
force-pushed
the
add_cp314
branch
from
September 11, 2026 10:05
595abb1 to
079ccda
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windows seems to default to using a free-threaded build, which isn't supported by upstream EPICS python packages.
We don't really care to release a free-threading build anywhere really, so globally block it.
Also removes Coverage as we seem to be seeing issues in Python3.14+ (and possibly 3.10+) regarding using both it and Cothread at the same time (See this Cothread issue).