-
Notifications
You must be signed in to change notification settings - Fork 0
π-thon #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π-thon #71
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 7 7
=========================================
Hits 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Support for Python 3.14 will be added in the umcomming 2.3.1 release, this will allow that version to be installed.
|
Yay, another |
|
So, 3.14 works except on Windows. We can still merge this if we want, because the "experimental" matrix combinations are allowed to fail anyway... |
hugobuddel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot how we resolved that experimental access violation the last time.. But I suppose we'll manage in due time.
I think in the end it was caused by several packages (most notably Numpy) not yet supporting the new Python version. Somehow related to C extension stuff I think. Once Numpy 2.3.1 is released (which should add official Python 3.14 support), I'll try again. So, still merge and let it fail in the meantime (tests will still show green) or wait? I'm fine with both... |
|
Let's just merge it, then we'll see it become green automatically! I'll merge. (I did 'approve' the PR, but it is good to also mention that in the comment, which I didn't do.) |
Remove experimental status for 3.13, add experimental 3.14
Closes #69.