Python 3.13.1 Released December 2025 ((link)) -

: Perhaps the most significant experimental shift, this mode allows threads to run concurrently by disabling the Global Interpreter Lock, a major win for CPU-bound tasks in 2025.

For conservative production environments, 3.13.1 successfully bridges the gap between the stable past and the high-performance, multi-core future of Python. python 3.13.1 released december 2025

This release, arriving just in time for the year-end holidays, focuses on hardening the major features introduced in Python 3.13.0 (originally released October 2025). Users are strongly encouraged to upgrade to 3.13.1 for improved stability, security, and performance. : Perhaps the most significant experimental shift, this

In the Python ecosystem, x.x.0 releases are for enthusiasts and CI testing; x.x.1 is for the real world. By December 2025, the dust has settled on the major structural changes introduced in the 3.13 series. This release focuses on bug fixes, security patches, and performance stabilization for the new features that define this generation of Python. Users are strongly encouraged to upgrade to 3

The headline feature of the 3.13 series is the experimental support for free-threading (PEP 703), which removes the Global Interpreter Lock (GIL).

By December 2025, the Python 3.13 series reached maturity with the release of maintenance versions 3.13.10 and 3.13.11, following the initial release of 3.13.1 in late 2024. Key innovations in this series include experimental free-threading, a JIT compiler, and a modernized REPL. For detailed release documentation, visit Python.org . Python.org +3 AI can make mistakes, so double-check responses Copy Creating a public link... You can now share this thread with others Good response Bad response 4 sites Python Releases for Windows Apr 7, 2026 —