https://github.com/python/cpython/commit/698bf972747a18121c6e85c122a72bddcaf07ea6
commit: 698bf972747a18121c6e85c122a72bddcaf07ea6
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-05-24T07:21:14Z
summary:

[3.13] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) 
(#134623)

Co-authored-by: Jasper Wong <[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 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 <https://github.com/pypa/cibuildwheel>`_ supports the
   free-threaded build if you set
-  `CIBW_FREE_THREADED_SUPPORT 
<https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support>`_.
+  `CIBW_ENABLE to cpython-freethreading 
<https://cibuildwheel.pypa.io/en/stable/options/#enable>`_.
 
 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]

Reply via email to