clitic / kdam

A console progress bar library for Rust. (inspired by tqdm & rich.progress)
https://docs.rs/kdam
Apache License 2.0
196 stars 6 forks source link

Bump pyo3 dependency to 0.20 for Python 3.12 support #18

Closed ljeub-pometry closed 11 months ago

ljeub-pometry commented 11 months ago

Would it be possible to release a version with the pyo3 dependency bumped to 0.20 which was released a few weeks ago?

We would like to make use of the new features in 0.20 in Raphtory but pyo3 does not allow for multiple versions to co-exist in the same crate.

clitic commented 11 months ago

@ljeub-pometry I have released kdam v0.5.1 with pyo3 v0.20.

miratepuffin commented 11 months ago

Thanks @clitic !