Python 3.13 has followed a rapid maintenance schedule in 2025 to refine its experimental features. Following the release of Python 3.13.1 in December 2024, the Python Software Foundation has pushed several bugfix updates:
What's New In Python 3.13 — Python 3.14.5rc1 documentation
Source: Official Python Inspectors log and the Python Software Foundation Release Schedule.
Whether you are a data scientist eyeing the new experimental mode or a developer enjoying the revamped REPL , here is the latest news and a deep dive into the 3.13 series as of 2025. The 2025 Release Landscape
The transition into 2025 marked a pivotal moment for Python 3.13, shifting from its high-profile October 2024 debut to a year of rapid maintenance and experimental stabilization. While the core release, Python 3.13.0, introduced revolutionary features like the experimental Just-In-Time (JIT) compiler and "free-threaded" mode, the maintenance releases throughout 2025—beginning with in February—have focused on refining these foundations for production readiness. The Evolution of Maintenance: From 3.13.1 to 3.13.11
The most talked-about feature of 3.13 remains the experimental support for PEP 703 , which allows running Python without the Global Interpreter Lock (GIL).
By the end of the year, the 3.13 series reached high maturity, with Python 3.13.11 releasing in December alongside the first alpha versions of Python 3.14. A Year of Testing "Free-Threading" and JIT
Python 3.13.1 Release News 2025: Stability, Performance, and the Road Ahead
By December 2024, bug trackers were buzzing: