- Wheels are now built with the stable ABI tag (
cp39-abi3), so a single wheel covers CPython 3.9+ on each platform. Previously wheels were taggedcp39-cp39and Python 3.10+ installed from the sdist. - Source builds on Linux now force the C++ link driver, fixing
ImportError: undefined symbol: __gxx_personality_v0with recent setuptools.
See #7