Could you please build and distribute Python 3.15 free-threaded wheels for PyNaCl? Python 3.15 is now in the release candidate phase and third-party projects are strongly encouraged to do so: https://blog.python.org/2026/08/python-3150-rc1/
I noticed that you distribute abi3 stable ABI wheels for regular (i.e. non-free-threaded) CPython >=3.8; the same is now possible for free-threaded CPython >=3.15t thanks to the abi3t stable ABI, if that works for you. Unfortunately wheels for CPython 3.14t still needs to be built as you are already doing.
This would probably also solve #913 .
Could you please build and distribute Python 3.15 free-threaded wheels for PyNaCl? Python 3.15 is now in the release candidate phase and third-party projects are strongly encouraged to do so: https://blog.python.org/2026/08/python-3150-rc1/
I noticed that you distribute abi3 stable ABI wheels for regular (i.e. non-free-threaded) CPython >=3.8; the same is now possible for free-threaded CPython >=3.15t thanks to the
abi3tstable ABI, if that works for you. Unfortunately wheels for CPython 3.14t still needs to be built as you are already doing.This would probably also solve #913 .