pub fn get_abi3_version() -> Option<PythonVersion>
Expand description
Gets the minimum supported Python version from PyO3 abi3-py*
features.
Must be called from a PyO3 crate build script.
pub fn get_abi3_version() -> Option<PythonVersion>
Gets the minimum supported Python version from PyO3 abi3-py*
features.
Must be called from a PyO3 crate build script.