From: Jasper Wong <111284156+3willows@users.noreply.github.com> Date: Sat, 24 May 2025 07:15:00 +0000 (+0100) Subject: gh-134595: Update HOWTO to reflect change in CIBW option (#134598) X-Git-Tag: v3.15.0a1~1537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b1010a57db9405f277139abef4016ba987b75fc;p=thirdparty%2FPython%2Fcpython.git gh-134595: Update HOWTO to reflect change in CIBW option (#134598) --- diff --git a/Doc/howto/free-threading-extensions.rst b/Doc/howto/free-threading-extensions.rst index 5a3970f15d52..175bb5dc8318 100644 --- a/Doc/howto/free-threading-extensions.rst +++ b/Doc/howto/free-threading-extensions.rst @@ -396,7 +396,7 @@ The wheels, shared libraries, and binaries are indicated by a ``t`` suffix. free-threaded build, with the ``t`` suffix, such as ``python3.13t``. * `pypa/cibuildwheel `_ supports the free-threaded build if you set - `CIBW_FREE_THREADED_SUPPORT `_. + `CIBW_ENABLE to cpython-freethreading `_. Limited C API and Stable ABI ............................