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