Test free-threaded stable ABI (abi3t) support
mainThe pyo3-abi3t crate is a specialized test crate used to verify maturin's support for the free-threaded stable ABI (abi3t).
To use this test crate, you must use a specific version of PyO3 that supports these features. Specifically, it requires the opaque-pyobject branch of the ngoldbaum/pyo3 repository, which implements the abi3t and abi3t-py3XY features that maturin's testing suite detects.