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