-
-
Notifications
You must be signed in to change notification settings - Fork 414
Bump PyO3 version to 0.27 #922
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
CodSpeed Performance ReportMerging #922 will not alter performanceComparing Summary
|
|
Looks like we've got some deprecated things to fix now too:
|
|
We should also add py 3.14 to the test matrix (and likely remove 3.9 since that is out of support) |
Let's not do that all in single PR |
Secrus
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.
Please address the deprecations and changes between 0.25 and 0.27.
This will add Python 3.14 support Related to Homebrew/homebrew-core#250674 Signed-off-by: botantony <[email protected]>
Signed-off-by: botantony <[email protected]>
b234f30 to
c62ec00
Compare
Pull Request Check List
This will add Python 3.14 support. I was able to run
make dev && make testsuccessfully (no errors, only 3 warnings and 4 skips) so I assume there was no breaking changes for this projectRelated to Homebrew/homebrew-core#250674