pub fn get_abi3_version() -> Option<StableAbiVersion>Expand description
Gets the minimum supported Python version from PyO3 abi3-py* features.
Must be called from a PyO3 crate build script. Returns None if an abi3-py*
feature is activated that is unsupported or if no abi3-py3* feature is
active.