Python 3.14.0 (final) is here!

Python 3.14.0 is now available

This is the stable release of Python 3.14.0

Python 3.14.0 is the newest major release of the Python programming language, and it contains many new features and optimisations compared to Python 3.13.

Major new features of the 3.14 series, compared to 3.13

Some of the major new features and changes in Python 3.14 are:

New features

For more details on the changes to Python 3.14, see What’s new in Python 3.14.

Build changes

Incompatible changes, removals and new deprecations

Python install manager

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 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.

More resources

And now for something completely different

Edgar Allen Poe died on 7th October 1849.

As we all recall from 3.14.0a1, piphilology is the creation of mnemonics to help memorise the digits of π, and the number of letters in each word in a pi-poem (or “piem”) successively correspond to the digits of π.

In 1995, Mike Keith, an American mathematician and author of constrained writing, retold Poe’s The Raven as a 740-word piem. Here’s the first two stanzas of Near A Raven:

            Poe, E.
      Near a Raven

Midnights so dreary, tired and weary.
    Silently pondering volumes extolling all by-now obsolete lore.
During my rather long nap - the weirdest tap!
    An ominous vibrating sound disturbing my chamber’s antedoor.
        â€œThis”, I whispered quietly, “I ignore”.

Perfectly, the intellect remembers: the ghostly fires, a glittering ember.
    Inflamed by lightning’s outbursts, windows cast penumbras upon this floor.
Sorrowful, as one mistreated, unhappy thoughts I heeded:
    That inimitable lesson in elegance - Lenore -
        Is delighting, exciting…nevermore.

Enjoy the new release

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 colourful autumnal Helsinki,

Your release team,
Hugo van Kemenade @hugovk
Ned Deily @nad
Steve Dower @steve.dower
Łukasz Langa @ambv

72 Likes

The online documentation has been updated such that docs.python.org/3/ now points to Python 3.14. Enjoy using the new release!

A

14 Likes

Core team: I’ve unlocked the 3.14 branch, you can start merging your backports for 3.14.1.

Try not to break everything! You can run buildbots on your PRs before merge, and click to “update branch” if it’s been a while since GitHub Actions ran.

2 Likes

Awesome! This is the version I’ve been looking forward to the most personally. There are so many exciting features I’m anticipating, like no-GIL / JIT / t-string / pdb / asyncio !

3 Likes

Lovely, I’ve been looking forward to this day for quite some time.

I’m glad the release went as smoothly as it could have went.

1 Like

Finally Pie-thon is here :grin:!

Can’t wait to use the new features and installer!

1 Like

WASI build at Release CPython 3.14.0 w/ WASI SDK 24 ¡ brettcannon/cpython-wasi-build ¡ GitHub

5 Likes

The ci-images have been updated to include the final 3.14.0 release. From now until 3.15.0a1, they’ll also include those builds at git head, whenever the automation runs. For Pythons >= 3.13, you’ll get both the standard build and the free-threading builds (e.g. 3.14.0t).

Other visible changes include:

  • Ubuntu 24.04 serves as the base OS
  • pipx from Ubuntu is installed, rather than from PyPI
  • mypy, codecov, and tox are no longer pip installed by default. The latest uv is still installed.
2 Likes

It looks like the new Python Install Manager on the Windows Store is still showing as Beta. Is that correct? Do we know when the final release will be available in the Store? I also note that the main Windows download link for 3.14 is still the traditional installer. You need to go to the “Downloads for Windows” page to see the new manager. Is that intentional?

PEP 773 doesn’t actually state a Python version when the new manager would become the official installer, but it felt like there was a pretty solid expectation (reinforced by the release announcement here) that it would be 3.14.

I couldn’t find a link to this JSON file. Did I miss something?

1 Like

It’s coming today, there were some hiccups with Windows Server 2025 trying to install updates and blocking tests. See python/pymanager#178 for the fix.

1 Like

Cool, I saw the issue notifications and assumed they were relevant :slightly_smiling_face:, but I thought it might be worth checking here to get confirmation, and for visibility. Thanks.

2 Likes

This is the ‘Windows release manifest’ entry in the downloads table: direct link

A