Python releases
Python language news, releases and ecosystem updates. New features, breaking changes, security advisories and deprecations - each summarised in plain English and updated continuously.
Tracking 7 Python releases · Updated
- Python Insider blogpreviewengineer ·
Python 3.15.0 beta 1 released
Python has released the first beta of version 3.15.0. This prerelease milestone indicates significant development progress towards the final stable release. It is available for testing by developers and early adopters who wish to explore new features and provide feedback before general availability.
feature announcement - Python Insider blogengineer ·
CPython Progress Update: Rust Integration Status
This update details the ongoing progress of integrating Rust into the CPython interpreter. It covers advancements in using Rust for core interpreter components and experimental features. The information is primarily relevant to CPython developers and those interested in the language's evolution.
announcement