pythonize icon indicating copy to clipboard operation
pythonize copied to clipboard

Update PyO3 version to 0.24

Open g-bauer opened this issue 8 months ago • 3 comments

Simple update to PyO3 version 0.24.

g-bauer avatar Mar 12 '25 15:03 g-bauer

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.

codecov[bot] avatar Mar 13 '25 20:03 codecov[bot]

Should I update the rust version from 1.63 to 1.68 to match with serde_bytes?

g-bauer avatar Mar 13 '25 21:03 g-bauer

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.

davidhewitt avatar Mar 13 '25 21:03 davidhewitt

Any chance you could merge this first and cut a new release? This is preventing us from updating to pyo3 0.24

net avatar Mar 18 '25 17:03 net

Will investigate #80 and release shortly (maybe in the next day or so). Thanks!

davidhewitt avatar Mar 20 '25 20:03 davidhewitt

Release pushed, thanks @g-bauer and all for the patience.

davidhewitt avatar Mar 26 '25 21:03 davidhewitt