From 0ae99b8d64943706a6e904cdfde5225c40489750 Mon Sep 17 00:00:00 2001 From: Jasper Wong <111284156+3willows@users.noreply.github.com> Date: Sat, 24 May 2025 08:15:00 +0100 Subject: [PATCH] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (cherry picked from commit 7b1010a57db9405f277139abef4016ba987b75fc) Co-authored-by: Jasper Wong <111284156+3willows@users.noreply.github.com> --- Doc/howto/free-threading-extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/free-threading-extensions.rst b/Doc/howto/free-threading-extensions.rst index 6abe93d71ad529..882e39416a2d4b 100644 --- a/Doc/howto/free-threading-extensions.rst +++ b/Doc/howto/free-threading-extensions.rst @@ -249,7 +249,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 ............................