Skip to content

Commit cc42aa4

Browse files
authored
Update free-threading-extensions.rst
The preferred option for building free-threaded wheels has changed from `CIBW_FREE_THREADED_SUPPORT` to `CIBW_ENABLE` with `cpython-freethreading`. The anchor to the existing link no longer work is and updated to the new anchor.
1 parent 393773a commit cc42aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/free-threading-extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ The wheels, shared libraries, and binaries are indicated by a ``t`` suffix.
395395
* `pypa/manylinux <https://github.com/pypa/manylinux>`_ supports the
396396
free-threaded build, with the ``t`` suffix, such as ``python3.13t``.
397397
* `pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports the
398-
free-threaded build if you set
399-
`CIBW_FREE_THREADED_SUPPORT <https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support>`_.
398+
free-threaded build if you set
399+
`CIBW_ENABLE with cpython-freethreading <https://cibuildwheel.pypa.io/en/stable/options/#enable>`_.
400400

401401
Limited C API and Stable ABI
402402
............................

0 commit comments

Comments
 (0)