The support for free-threading CPython interpreters is coming with PR #499
Currently, there is no ABI3-compatibility for the free-threaded versions of CPython, so if we want to release binary wheels, they would be version-specific. This would make binary wheel storage on PyPI grow fast, and I'm concerned about reaching the quota. Edit 2026.06.26: abi3t will be introduced by CPython 3.15, see #796
Please let me know in the comments if you need the free-threaded binary wheels, and we can work on releasing them.
The support for free-threading CPython interpreters is coming with PR #499
Currently, there is no ABI3-compatibility for the free-threaded versions of CPython, so if we want to release binary wheels, they would be version-specific. This would make binary wheel storage on PyPI grow fast, and I'm concerned about reaching the quota.Edit 2026.06.26: abi3t will be introduced by CPython 3.15, see #796Please let me know in the comments if you need the free-threaded binary wheels, and we can work on releasing them.