Python 3.13 Release November 2025 News New! -

: Leading indentation is now automatically stripped from docstrings, which reduces memory usage and the size of .pyc files.

As of my current knowledge cutoff in October 2023, — the official release schedule for that version hasn't been published yet. python 3.13 release november 2025 news

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. : Leading indentation is now automatically stripped from

Python 3.13 is expected to be released in 2025, but the exact release date is not yet confirmed. According to the Python release schedule, Python 3.13 is scheduled for release in October or November 2025. Early benchmarks show a 5–25% speed improvement for

(PEP 696 – Type defaults, PEP 698 – Override decorator for static typing)

What's New In Python 3.13 — Python 3.14.5rc1 documentation