Closed lukapeschke closed 9 months ago
This simplifies our wheel build process by using the abi3 API.
https://pyo3.rs/v0.14.5/building_and_distribution#py_limited_apiabi3
It allows us to build only a single wheel per target OS/arch.
closes #168
Good news: There's ansolutely no performance impact :tada:
This simplifies our wheel build process by using the abi3 API.
https://pyo3.rs/v0.14.5/building_and_distribution#py_limited_apiabi3
It allows us to build only a single wheel per target OS/arch.
closes #168