Python 3.13 Release Candidate News Today |verified|
⚠️ – Wait for the final release.
| Aspect | Status | |--------|--------| | JIT compiler | Off by default ( --enable-experimental-jit to enable) | | No-GIL builds | Off by default – requires custom build | | ABI compatibility | Stable with 3.12 (for standard builds) | | Deprecations | Old asyncio.coroutine , cgi module (will be removed in 3.15) | python 3.13 release candidate news today
, which will trigger a "feature freeze" where no new features can be added. Planned Features for 3.15: Explicit Lazy Imports (PEP 810): Aims to significantly improve startup times. frozendict (PEP 814): A new built-in immutable dictionary type. Statistical Sampling Profiler (PEP 799): A zero-overhead tool for production debugging. UTF-8 by Default (PEP 686): Python will now use UTF-8 as the default encoding across all platforms, independent of locale. Summary of Active Versions (April 2026) Version Status Latest Patch Next Milestone Python 3.15 Alpha (Development) 3.15.0a8 Beta 1 (May 5, 2026) Python 3.14 Stable (Latest Feature) 3.14.4 Maintenance Release Python 3.13 Stable (Maintenance) 3.13.13 Security-only phase (Oct 2026) Would you like a more detailed breakdown of the ⚠️ – Wait for the final release
: Python 3.13.13 (as of April 7, 2026). Initial Final Release : October 7, 2024. frozendict (PEP 814): A new built-in immutable dictionary