-
-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add support for Python 3.14 #89
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
Conversation
Co-authored by: Dimitris Iliopoulos <dimitris.iliopoulos@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 4 4
Lines 371 371
=====================================
Misses 371 371 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #89 will degrade performances by 39.77%Comparing 🎉 Hooray!
|
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.
Co-authored by: Dimitris Iliopoulos dimitris.iliopoulos@gmail.com
This PR adds support for Python 3.14 by bumping the pyo3 and rust-numpy dependencies to version 0.26. This requires a small refactor to the source code. These changes are identical to those made by @diliop in #85, so I've added them as a co-author to recognise their contribution.
Closes #87