Not one but two expedited releases! đ đ
https://www.python.org/downloads/release/python-3140rc2/
Note: rc2 was originally planned for 2025-08-26, but we fixed a bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means .pyc files created for rc1 cannot be used for rc2, and theyâll be recompiled.
The ABI isnât changing. Wheels built for rc1 should be fine for rc2, rc3 and 3.14.x. So this shouldnât affect too many people but letâs get this out for testing sooner.
Due to this early release, weâll also add a third release candidate between now and the final 3.14.0 release, with no planned change to the final release date.
This release, 3.14.0rc2, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release.
The next pre-release of Python 3.14 will be the final release candidate, 3.14.0rc3, scheduled for 2025-09-16; the official release of 3.14.0 is scheduled for Tuesday, 2025-10-07.
There will be no ABI changes from this point forward in the 3.14 series, and the goal is that there will be as few code changes as possible.
We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.14 during this phase, and publish Python 3.14 wheels on PyPI to be ready for the final release of 3.14.0, and to help other projects do their own testing. Any binary wheels built against Python 3.14.0 release candidates will work with future versions of Python 3.14. As always, report any issues to the Python bug tracker.
Please keep in mind that this is a preview release and while itâs as close to the final release as we can get it, its use is not recommended for production environments.
Some of the major new features and changes in Python 3.14 are:
compression.zstd providing support for the Zstandard compression algorithm.except and except* expressions may now omit the brackets.uuid module, and generation of versions 3-5 are up to 40% faster.return/break/continue that exit a finally block.(Hey, fellow core developer, if a feature you find important is missing from this list, let Hugo know.)
For more details on the changes to Python 3.14, see Whatâs new in Python 3.14.
Note that Android binaries are new in rc2!
The installer we offer for Windows is being replaced by our new install manager, which can be installed from the Windows Store or from its download page. See our documentation for more information. The JSON file available for download below contains the list of all the installable packages available as part of this release, including file URLs and hashes, but is not required to install the latest release. The traditional installer will remain available throughout the 3.14 and 3.15 releases.
https://www.python.org/downloads/release/python-3137/
Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.7 is the seventh maintenance release of 3.13.
3.13.7 is an expedited release to fix a significant issue with the 3.13.6 release:
A few other bug fixes (which would otherwise have waited until the next release) are also included.
The magpie, Pica pica in Latin, is a black and white bird in the crow family, known for its chattering call.
The first-known use in English is from a 1589 poem, where magpie is spelled âmagpyâ and cuckoo is âcookowâ:
Th[e]y fly to wood like breeding hauke,
  And leave old neighbours loue,
They pearch themselves in syluane lodge,
  And soare in th' aire aboue.
There : magpy teacheth them to chat,
  And cookow soone doth hit them pat.
The name comes from Mag, short for Margery or Margaret (compare robin redbreast, jenny wren, and its corvid relative jackdaw); and pie, a magpie or other bird with black and white (or pied) plumage. The sea-pie (1552) is the oystercatcher, the grey pie (1678) and murdering pie (1688) is the great grey shrike. Others birds include the yellow and black pie, red-billed pie, wandering tree-pie, and river pie. The rain-pie, wood-pie and French pie are woodpeckers.
Pie on its own dates to before 1225, and comes from the Latin name for the bird, pica.
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organisation contributions to the Python Software Foundation.
Regards from a busy Helsinki on Night of the Arts,
Your release team,
Hugo van Kemenade
Thomas Wouters
Ned Deily
Steve Dower
Ćukasz Langa