3.13 Release November 2025 News: Python

Following the "no-GIL" (PEP 703) and faster CPython projects, Python 3.13 introduces an for x86-64 architectures. Early benchmarks show a 5–25% speed improvement for numerical and loop-heavy code without any source changes. Enable with --enable-experimental-jit at build time.

Python 3.13 introduced several "under the hood" changes that paved the way for the performance gains seen in late 2025. python 3.13 release november 2025 news

: A landmark experimental mode (PEP 703) that allows running CPython without the Global Interpreter Lock (GIL) . This enables threads to run concurrently across multiple CPU cores, though it remains experimental and requires a separate build. Following the "no-GIL" (PEP 703) and faster CPython

For the latest news and updates on Python 3.13, I recommend checking the official Python website, Python blogs, and developer communities. Python 3

As of November 2025, the Python ecosystem has reached a major milestone with the recent launch of (released October 7, 2025) and the continued stabilization of Python 3.13 , which entered its second year of support.