https://github.com/python/cpython/commit/162e3f35110a49084e8e9c0d1267864df8da43df
commit: 162e3f35110a49084e8e9c0d1267864df8da43df
branch: 3.14
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-05-24T07:21:34Z
summary:

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

Co-authored-by: Jasper Wong <111284156+3will...@users.noreply.github.com>

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 5a3970f15d52d6..175bb5dc831848 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 <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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to