Skip to content

Commit f20cb82

Browse files
ngoldbaummiss-islington
authored andcommitted
gh-148892: Drop mention of deprecated cibuildwheel option (GH-148893)
(cherry picked from commit 3b93979) Co-authored-by: Nathan Goldbaum <[email protected]>
1 parent 032b1be commit f20cb82

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
@@ -395,11 +395,9 @@ C API extensions need to be built specifically for the free-threaded build.
395395
The wheels, shared libraries, and binaries are indicated by a ``t`` suffix.
396396

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

404402
Limited C API and Stable ABI
405403
............................

0 commit comments

Comments
 (0)