rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

Update to Python 3.9 #104

Closed mejrs closed 2 years ago

mejrs commented 2 years ago

This allows PyO3 (and other crates) to use Python 3.10 features.

See also https://github.com/PyO3/pyo3/issues/2426

mejrs commented 2 years ago

It seems 3.10 is only available on 22.04, so upgrading is blocked on an upgrade to that. But Python 3.9 should work in the meantime.