Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.03k stars 145 forks source link

Update PyO3 to 0.22.x #1250

Open IvanIsCoding opened 1 month ago

IvanIsCoding commented 1 month ago

What is the expected enhancement?

This is mostly a reminder that we need to update to 0.22.1 (or later) following https://pyo3.rs/v0.22.0/migration.html

mtreinish commented 1 month ago

We're going to be blocked on rust-numpy for this. There a couple of open PRs there working on pyo3 0.22.x compatibility. Once that's released then we can start this.