https://github.com/python/cpython/commit/dd9a77ff2e24f4c7e5b5af04dd679b856a76ff32 commit: dd9a77ff2e24f4c7e5b5af04dd679b856a76ff32 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 <[email protected]> date: 2026-04-23T04:06:39Z summary:
[3.14] gh-148892: Drop mention of deprecated cibuildwheel option (GH-148893) (#148903) gh-148892: Drop mention of deprecated cibuildwheel option (GH-148893) (cherry picked from commit 3b9397988d1f83740e7d73d17d56767976a583b4) Co-authored-by: Nathan Goldbaum <[email protected]> files: M Doc/howto/free-threading-extensions.rst diff --git a/Doc/howto/free-threading-extensions.rst b/Doc/howto/free-threading-extensions.rst index fe960f90e44168..43b8ff26ebde1a 100644 --- a/Doc/howto/free-threading-extensions.rst +++ b/Doc/howto/free-threading-extensions.rst @@ -395,11 +395,9 @@ C API extensions need to be built specifically for the free-threaded build. The wheels, shared libraries, and binaries are indicated by a ``t`` suffix. * `pypa/manylinux <https://github.com/pypa/manylinux>`_ supports the - free-threaded build, with the ``t`` suffix, such as ``python3.13t``. -* `pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports the - free-threaded build on Python 3.13 and 3.14. On Python 3.14, free-threaded - wheels will be built by default. On Python 3.13, you will need to set - `CIBW_ENABLE to cpython-freethreading <https://cibuildwheel.pypa.io/en/stable/options/#enable>`_. + free-threaded build, with the ``t`` suffix, such as ``python3.14t``. +* `pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports + building wheels for the free-threaded build of Python 3.14 and newer. Limited C API and Stable ABI ............................ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
