Skip to content

Provide clear documentation on not supporting free threaded Python #2531

@rogerbinns

Description

@rogerbinns

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions