3.13.1 Released News November 2025 Upd - Python

To upgrade to Python 3.13.1, users can download the latest version from the official Python website or use their package manager of choice. For existing projects, it's recommended to test and verify compatibility before upgrading.

: Python 3.13 is generally 5–15% faster than version 3.12. python 3.13.1 released news november 2025

This release was prepared in under two months thanks to over 45 contributors, including 12 first-time patch submitters. The Python team encourages users to report any new issues via the GitHub issue tracker . To upgrade to Python 3

As a "bugfix-only" release, 3.13.1 does introduce new features. Instead, it addresses over 120 documented issues reported by the community since the initial 3.13.0 launch in October 2024. Key areas of improvement include: This release was prepared in under two months

The most significant architectural change in 3.13 is the experimental ( PEP 703 ). This mode allows Python to run without the Global Interpreter Lock (GIL), enabling true multi-core parallel execution for the first time in the language's history. Developers can test this by using the --free-threading flag or installing a specialized binary. Developer Experience Enhancements