Skip to main content

get_abi3_version

Function get_abi3_version 

Source
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.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here