pythonize
pythonize copied to clipboard
Update PyO3 version to 0.24
Simple update to PyO3 version 0.24.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.21%. Comparing base (
637c09f) to head (a4b801b). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #81 +/- ##
=======================================
Coverage 84.21% 84.21%
=======================================
Files 3 3
Lines 1147 1147
Branches 1147 1147
=======================================
Hits 966 966
Misses 120 120
Partials 61 61
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Should I update the rust version from 1.63 to 1.68 to match with serde_bytes?
Thanks for helping with this!
I think we might be able to downgrade serde_bytes, see also https://github.com/PyO3/pyo3/pull/4972#issuecomment-2717209379 which had a way to do this "automatically".
I want to look at #80 tomorrow briefly before releasing this version, if you like I can fix the MSRV job at the same time.
Any chance you could merge this first and cut a new release? This is preventing us from updating to pyo3 0.24
Will investigate #80 and release shortly (maybe in the next day or so). Thanks!
Release pushed, thanks @g-bauer and all for the patience.