Dushistov / flapigen-rs

Tool for connecting programs or libraries written in Rust with other languages
BSD 3-Clause "New" or "Revised" License
775 stars 59 forks source link

cpython crate deprecated, not compatible with python 3.12 #460

Open Xiretza opened 3 months ago

Xiretza commented 3 months ago

The cpython crate, which is currently being used for the python bindings, is not and probably will never be compatible with python 3.12 according to the README. It is recommended to switch to PyO3 instead.