File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -416,11 +416,9 @@ C API extensions need to be built specifically for the free-threaded build.
416416The 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
425423Limited C API and Stable ABI
426424............................
You can’t perform that action at this time.
0 commit comments