Python 3.13.1 — Released News November 2025 //top\\
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
Python 3.13.1 comes with a range of notable features and improvements, including: python 3.13.1 released news november 2025
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. The most significant architectural change in 3
The release of on December 3, 2024 , marked the first maintenance update for the major 3.13 series . By November 2025 , this version has matured through subsequent bugfix releases, with Python 3.13.9 (released October 14, 2025) and Python 3.13.10 (released December 2, 2025) representing the stable state of the branch during this period. Developer Experience Enhancements Python 3