Documentation
Link: https://www.python.org/downloads/release/python-3130/
Section: New features
An experimental free-threaded build mode, which disables the Global Interpreter Lock, allowing threads to run more concurrently. The build mode is available as an experimental feature in the Windows and macOS installers as well.
It's linked to https://docs.python.org/3.13/whatsnew/3.13.html#an-experimental-just-in-time-jit-compiler instead of https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython.