If you saw a specific headline or announcement about a , please share it — it might refer to a downstream distribution (like ActivePython, PyPy, or Anaconda) or a toolchain release (e.g., a new LLVM version), not CPython itself.
The Python community is abuzz with excitement as the latest version of CPython, the reference implementation of the Python programming language, has been released in November 2025. This new version brings a slew of exciting features, improvements, and bug fixes that promise to enhance the overall Python development experience. In this article, we'll dive into the details of the CPython release and explore what's new and noteworthy.
: Security saw a substantial modernizing leap. CPython discontinued legacy PGP release signatures in favor of short-lived Sigstore signing powered by OpenID Connect (OIDC). 2. Deep Dive Into the CPython Just-In-Time (JIT) Compiler cpython release november 2025 new
Python 3.14.1 is the , containing approximately 558 bugfixes, build improvements, and documentation changes since 3.14.0. It represents the initial round of stabilization—addressing issues discovered after the major release went live.
: As of October 31, 2025, Python 3.9 officially reached its end of life. No further security patches or bug fixes will be provided for this version. Major Language Enhancements (Approved/In-Progress) Pre-PEP: Rust for CPython - Page 9 - Core Development If you saw a specific headline or announcement
: Your computer can now use all its CPU cores without tricky workarounds.
The most groundbreaking change in Python 3.14 is the official support for , which removes the Global Interpreter Lock (GIL). This is a complete implementation of PEP 703, a much anticipated feature that makes concurrent programming in Python more natural. In this article, we'll dive into the details
The Python community is abuzz with the latest CPython release, scheduled for November 2025. This new version promises to bring a host of exciting features, improvements, and optimizations that will enhance the overall Python development experience.
The REPL now features:
on November 19. This is an early preview for developers to test new features planned for the October 2026 stable release. Emerging features for 3.15 include: