Python 3.13.1 Released December 2025 Page

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.

Python 3.13.1 is the release that system administrators and production engineers have been waiting for. While the initial 3.13.0 launch in October 2025 introduced radical architectural changes, version 3.13.1 is the stable anchor that makes those features safe to deploy. It is a quiet triumph of maintenance engineering, solidifying Python’s most ambitious upgrade in a decade. python 3.13.1 released december 2025

The majority of this release addresses edge cases discovered in the first two months of the 3.13 series. Notable fixes include: This release, arriving just in time for the

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

Python 3.13 introduced several "game-changing" features that have spent the last year being refined through maintenance releases: