Description
The latest cibuildwheel automatically enables free threaded Python 3.14 compilation. It isn't clear from the documentation how to disable it.
Doc search
The first result shows how to enable but not disable.
The second result shows enable option but there is no corresponding disable option.
It seems like enable uses cpython-freethreading while disabling requires skip using a glob pattern with t somewhere in the name, hoping that you have the exact right pattern and don't accidentally match an unintended t. Hence why clear documentation is needed.
My C extension uses the GIL so it compiles fine, but loading the extension re-enables the GIL. It also isn't clear if I should disable the building, or let it be published to pypi anyway.
Build log
No response
CI config
No response