You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/howto/free-threading-extensions.rst
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
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.
416
416
The wheels, shared libraries, and binaries are indicated by a ``t`` suffix.
417
417
418
418
* `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``.
0 commit comments