Cpython Release November 2025 New Jun 2026
The experimental "no-GIL" build from Python 3.13 is now an officially supported variant. This allows CPU-bound Python threads to run in true parallel on multi-core systems, though it currently requires a specialized installer or build flag.
While Python 3.14 was the star of November, the development cycle never stops. As soon as 3.14 was released, work immediately began on the next feature release. November 19 marked a key milestone with the release of (3.15.0a2). cpython release november 2025 new
Type annotations are now evaluated lazily by default. This significantly reduces startup time and memory overhead for large applications by treating annotations as descriptors rather than immediate expressions. The experimental "no-GIL" build from Python 3
. By November, the codebase was frozen, meaning no further security or bug fixes are provided by the Python Core Development team Python 3.15 Alpha Development : The development cycle for Python 3.15 As soon as 3
The CPython November 2025 release is a significant update that brings many exciting features, improvements, and bug fixes to the Python programming language. With its improved performance, new language features, enhanced standard library, and security enhancements, this release is a must-have for Python developers. Whether you're building web applications, data analysis tools, or machine learning models, the CPython November 2025 release has something to offer.
: Introduction of a new tail-calling interpreter, which initially aimed for a significant speedup but settled into a geometric mean improvement of 3-5% .