vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Look into ABI3 support to reduce the number of wheels we need to publish #79

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

PyO3 and maturin support build abi3 / Py_LIMITIED_API wheels. We should see if this is compatible with vl-convert so that we don't need to build separate wheels for each Python version.

https://pyo3.rs/v0.19.0/building_and_distribution.html#py_limited_apiabi3.