From 60392c96de6d3f26102ef58815f2de8cea4f1a2c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 10 Oct 2025 07:23:22 +0200 Subject: [PATCH] Free-threaded CPython is no longer experimental https://www.python.org/downloads/release/python-3140/ --- docs/changelog/3625.doc.rst | 2 ++ docs/config.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/3625.doc.rst diff --git a/docs/changelog/3625.doc.rst b/docs/changelog/3625.doc.rst new file mode 100644 index 0000000000..66afe6ffe8 --- /dev/null +++ b/docs/changelog/3625.doc.rst @@ -0,0 +1,2 @@ +Free-threaded CPython is no longer experimental as of Python 3.14. +- by :user:`cclauss` diff --git a/docs/config.rst b/docs/config.rst index b50c14e22e..39c3cacedd 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -903,7 +903,7 @@ Python options :constant: :version_added: 4.26 - ``True`` if the Python interpreter in the tox environment is an experimental free-threaded CPython build, + ``True`` if the Python interpreter in the tox environment is a free-threaded CPython build, else ``False``.