Python Release 3.13 News November 2025 (2027)

The Python Software Foundation would like to thank all the contributors, developers, and users who have helped make Python 3.13 a reality. Their hard work, dedication, and passion for the language have made this release possible, and will continue to shape the future of Python.

The headline feature of this release is the stabilization of free-threading. While Python 3.12 introduced the experimental ability to disable the GIL, Python 3.13 introduces the per-interpreter GIL as the default behavior for multi-core scaling. python release 3.13 news november 2025

Python 3.13 is now available for download from the official Python website. The new version can be installed on Windows, macOS, and Linux platforms, and is compatible with a wide range of existing Python packages and libraries. The Python Software Foundation would like to thank

As of November 2025, Python 3.13 has transitioned into its , having been succeeded by the feature release of Python 3.14 in October 2025. The primary news during this period focuses on the stabilization of its experimental performance features and the release of critical maintenance updates. Key November 2025 Developments While Python 3

The copy-and-patch Just-In-Time (JIT) compiler continued to see refinements. While still experimental and disabled by default, November reports highlighted average performance gains of 15–20% for data-heavy tasks when enabled via environment variables.

Python 3.11 revolutionized error messages with tracebacks. Python 3.13 takes this further with "Suggestion Actions." When an error occurs, the interpreter now suggests the specific code fix, leveraging the AST to offer one-click solutions in supported IDEs.