diff --git a/docs/changelog/3625.doc.rst b/docs/changelog/3625.doc.rst new file mode 100644 index 000000000..66afe6ffe --- /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 b50c14e22..39c3caced 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``.