Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changelog/3625.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Free-threaded CPython is no longer experimental as of Python 3.14.
- by :user:`cclauss`
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.


Expand Down