Hi,
I just uploaded ABI3 wheels supporting python>=3.11 and also 3.14 free-threaded wheels
to the existing 0.14.1 release.
ABI3 wheels should support any default CPython build and will be used for the
3.14 default CPython build. You can also use them for python>=3.11,<=3.13 by manually
downloading the wheel from PyPI as the version specific wheels are preferred by pip over
ABI3 wheels.
Going forward, I plan to only upload ABI3 wheels and 3.13 and 3.14 free-threaded wheels.
(and also 3.15 ABI3 wheels supporting both free-threaded and default builds if the PEP803
gets accepted)
I don't think switching to ABI3 wheels will have a performance impact.
If there are any performance regression from using the ABI3 wheel, please open an issue.
Isuru