Skip to content

Commit 453660a

Browse files
committed
DOCS: Drop mention of deprecated cibuildwheel option
1 parent 76b3923 commit 453660a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Doc/howto/free-threading-extensions.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,9 @@ C API extensions need to be built specifically for the free-threaded build.
416416
The wheels, shared libraries, and binaries are indicated by a ``t`` suffix.
417417

418418
* `pypa/manylinux <https://github.com/pypa/manylinux>`_ supports the
419-
free-threaded build, with the ``t`` suffix, such as ``python3.13t``.
420-
* `pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports the
421-
free-threaded build on Python 3.13 and 3.14. On Python 3.14, free-threaded
422-
wheels will be built by default. On Python 3.13, you will need to set
423-
`CIBW_ENABLE to cpython-freethreading <https://cibuildwheel.pypa.io/en/stable/options/#enable>`_.
419+
free-threaded build, with the ``t`` suffix, such as ``python3.14t``.
420+
* `pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports
421+
building wheels for the free-threaded build of Python 3.14 and newer.
424422

425423
Limited C API and Stable ABI
426424
............................

0 commit comments

Comments
 (0)