Python Release November 28 2025 Guide

: Support officially ended on October 31, 2025 , meaning by November 28, users were being strongly urged to migrate to newer versions to avoid security risks. Notable Technical Discussions in November 2025

The 3.13 branch contains the exact code that will become the GA release. Periodically pull the latest commits to see new features and bug‑fixes as they land. python release november 28 2025

| Feature | PEP / Tracker | Current Status (June 2024) | Expected Impact | |---------|---------------|----------------------------|-----------------| | | https://peps.python.org/pep-0646/ (PEP 646 – Variadic Generics) | Accepted, implementation in progress for 3.13 | Better typing for match / case . | | Exception Groups & except* | PEP 654 (already merged in 3.11) | Ongoing refinements (e.g., improved traceback formatting) | More ergonomic async error handling. | | Fine‑grained typing improvements | PEP 695 – Type Parameter Syntax (target 3.13) | Draft; core team reviewing | Simplifies generic class definitions. | | Self‑type ( typing.Self ) | PEP 673 (merged in 3.11) | Continued integration, docs updates | Cleaner class methods return types. | | Tomllib (TOML parser) | PEP 680 – Standard library TOML support (merged in 3.11) | Performance tweaks, strictness options for 3.13 | Faster config handling for many tools. | | Better error messages for import failures | https://bugs.python.org/issue44716 | Prototype in 3.13 beta | Less cryptic tracebacks, especially for circular imports. | | Zero‑Cost await for async generators | PEP 703 – async generators performance | Experimental in 3.13 dev branch | Lower overhead for async pipelines. | | CPython bytecode cache format ( .pyc ) version 4 | Internal tracking | Draft for 3.14 | Enables future optimisations without breaking existing caches. | | Subinterpreters improvements | Issue #42271 (PEP‑554) | Ongoing, but still experimental | More robust multi‑runtime isolation (useful for sandboxing). | | zipapp enhancements | Issue #45388 | Minor, planned for 3.14 | Ability to embed resources directly in zipapps. | | asyncio.TaskGroup API polishing | PEP 654 – already in 3.11, but refinements continue | Minor tweaks in 3.13 | More ergonomic task‑group handling. | | New statistics functions | Issue #46230 | Two new median‑related helpers slated for 3.13 | Simpler statistical workflows. | : Support officially ended on October 31, 2025

The table below tracks the official status, versioning numbers, and operational roles of the active interpreter branches available during this period. Python Branch Precise Lifecycle Status Key Infrastructure Feature / Impact Stable Maintenance ( 3.14.1 / 3.14.2 ) | Feature | PEP / Tracker | Current