Add support for python 3.14#12450
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12450 +/- ##
==========================================
+ Coverage 90.55% 90.62% +0.07%
==========================================
Files 454 454
Lines 31233 31230 -3
==========================================
+ Hits 28282 28303 +21
+ Misses 2951 2927 -24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
114c96f to
f0f0d1f
Compare
f0f0d1f to
ff1a655
Compare
|
I believe this one should be doable now. |
@larsevj We need py314 builds for carolina first: That is probably not going to be easy, but you are welcome to try. |
I see, will give it a try 😄 |
|
Python 3.14 wheels are available with the latest carolina release now. |
e340387 to
7ce7ea8
Compare
|
@larsevj Builds now but seems to consistently fail the following test: |
|
Believe it is pathlib.Path.exists() that no longer raises PermissionError on python3.14, see: python/cpython#118243 |
Then I think it would be correct to skip the test on 3.14. |
git rebase -i main --exec 'just rapid-tests')When applicable