PyO3 / maturin

Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
https://maturin.rs
Apache License 2.0
3.96k stars 275 forks source link

Add Python 3.13 support #2279

Closed yookoala closed 1 month ago

yookoala commented 1 month ago

Python 3.13 has been released in 7th Oct 2024. It is already scheduled to be shipped by some upcoming distro (e.g. Fedora 41). And since #3821, it is unable to be installed in Python 3.13. Please help to test and implement Python 3.13 support.

yookoala commented 1 month ago

Related issue: https://github.com/ModelTC/lightllm/issues/575

konstin commented 1 month ago

Hi, the linked issue is due to pyo3, not maturin.