# Python 3.14.0 (final) is here!

**URL:** https://discuss.python.org/t/python-3-14-0-final-is-here/104210
**Category:** Core Development
**Tags:** release
**Created:** [October 7, 2025, 2:25pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210 "2025-10-07T14:25:26Z")
**Posts on this page:** 18
**Page:** 1

<div class="post-metadata">

### Author: ![hugovk](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/hugovk/32/14505_2.png) [@hugovk](https://discuss.python.org/u/hugovk)
#### Post date: [October 7, 2025, 2:25pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/1 "2025-10-07T14:25:26Z")

</div>

![Two snakes enjoying a pie with 3.14 on the top and π crimping](https://us1.discourse-cdn.com/flex002/uploads/python1/original/3X/9/a/9a68b560973c511564911ab531fabdab1448ff87.png)

# Python 3.14.0 is now available

> **[Python Release Python 3.14.0](https://www.python.org/downloads/release/python-3140/)**
>
> The official home of the Python Programming Language

# 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

- [PEP 779](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-free-threaded-now-supported): Free-threaded Python is officially supported
- [PEP 649](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-deferred-annotations): The evaluation of annotations is now deferred, improving the semantics of using annotations.
- [PEP 750](https://docs.python.org/3/whatsnew/3.14.html#pep-750-template-string-literals): Template string literals (t-strings) for custom string processing, using the familiar syntax of f-strings.
- [PEP 734](https://docs.python.org/3/whatsnew/3.14.html#pep-734-multiple-interpreters-in-the-standard-library): Multiple interpreters in the stdlib.
- [PEP 784](https://docs.python.org/3/whatsnew/3.14.html#pep-784-zstandard-support-in-the-standard-library): A new module `compression.zstd` providing support for the Zstandard compression algorithm.
- [PEP 758](https://docs.python.org/3/whatsnew/3.14.html#pep-758-allow-except-and-except-expressions-without-brackets): `except` and `except*` expressions may now omit the brackets.
- [Syntax highlighting in PyREPL](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-pyrepl-highlighting), and support for color in [unittest](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-color-unittest), [argparse](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-color-argparse), [json](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-color-json) and [calendar](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-color-calendar) CLIs.
- [PEP 768](https://docs.python.org/3/whatsnew/3.14.html#pep-768-safe-external-debugger-interface): A zero-overhead external debugger interface for CPython.
- [UUID versions 6-8](https://docs.python.org/3/whatsnew/3.14.html#uuid) are now supported by the `uuid` module, and generation of versions 3-5 are up to 40% faster.
- [PEP 765](https://docs.python.org/3/whatsnew/3.14.html#pep-765-control-flow-in-finally-blocks): Disallow `return`/`break`/`continue` that exit a `finally` block.
- [PEP 741](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-capi-config): An improved C API for configuring Python.
- A [new type of interpreter](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-tail-call-interpreter). For certain newer compilers, this interpreter provides significantly better performance. Opt-in for now, requires building from source.
- [Improved error messages.](https://docs.python.org/3/whatsnew/3.14.html#improved-error-messages)
- [Builtin implementation of HMAC](https://docs.python.org/3/whatsnew/3.14.html#hmac) with formally verified code from the HACL\* project.
- A [new command-line interface](https://docs.python.org/3/whatsnew/3.14.html#asyncio-introspection-capabilities) to inspect running Python processes using asynchronous tasks.
- The pdb module now supports [remote attaching to a running Python process](https://docs.python.org/3/whatsnew/3.14.html#pdb).

For more details on the changes to Python 3.14, see [What’s new in Python 3.14](https://docs.python.org/3/whatsnew/3.14.html).

## Build changes

- [PEP 761](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-no-more-pgp): Python 3.14 and onwards no longer provides PGP signatures for release artifacts. Instead, Sigstore is recommended for verifiers.
- Official macOS and Windows release binaries include an [_experimental_ JIT compiler](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-jit-compiler).
- Official [Android binary releases](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-build-changes) are now available.

## Incompatible changes, removals and new deprecations

- [Incompatible changes](https://docs.python.org/3/whatsnew/3.14.html#incompatible-changes)
- Python [removals](https://docs.python.org/3/whatsnew/3.14.html#removed) and [deprecations](https://docs.python.org/3/whatsnew/3.14.html#deprecated)
- C API [removals](https://docs.python.org/3/whatsnew/3.14.html#removed-c-apis) and [deprecations](https://docs.python.org/3/whatsnew/3.14.html#deprecated-c-apis)
- Overview of all [pending deprecations](https://docs.python.org/3/deprecations/index.html)

# 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](https://apps.microsoft.com/detail/9NQ7512CXL7T) or from its [download page](https://www.python.org/downloads/latest/pymanager/). See [our documentation](https://docs.python.org/3.14/using/windows.html) 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

- [Online documentation](https://docs.python.org/3.14/)
- [PEP 745](https://peps.python.org/pep-0745/), 3.14 Release Schedule
- Report bugs at [github.com/python/cpython/issues](https://github.com/python/cpython/issues)
- [Help fund Python directly](https://www.python.org/psf/donations/python-dev/) (or via [GitHub Sponsors](https://github.com/sponsors/python)) and support [the Python community](https://www.python.org/psf/donations/)

# And now for something completely different

Edgar Allen Poe died on 7th October 1849.

As we all recall from [3.14.0a1](https://discuss.python.org/t/python-3-14-0-alpha-1/68039#p-199032-and-now-for-something-completely-different-3), 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_](http://www.cadaeic.net/naraven.htm):

> **&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Poe, E.  
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Near a Raven**
> 
> Midnights so dreary, tired and weary.  
> &nbsp;&nbsp;&nbsp;&nbsp;Silently pondering volumes extolling all by-now obsolete lore.  
> During my rather long nap - the weirdest tap!  
> &nbsp;&nbsp;&nbsp;&nbsp;An ominous vibrating sound disturbing my chamber’s antedoor.  
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;“This”, I whispered quietly, “I ignore”.
> 
> Perfectly, the intellect remembers: the ghostly fires, a glittering ember.  
> &nbsp;&nbsp;&nbsp;&nbsp;Inflamed by lightning’s outbursts, windows cast penumbras upon this floor.  
> Sorrowful, as one mistreated, unhappy thoughts I heeded:  
> &nbsp;&nbsp;&nbsp;&nbsp;That inimitable lesson in elegance - Lenore -  
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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](https://www.python.org/psf-landing/).

Regards from a colourful autumnal Helsinki,

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

---

<div class="post-metadata">

### Author: ![AA-Turner](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/aa-turner/32/4979_2.png) [@AA-Turner](https://discuss.python.org/u/AA-Turner)
#### Post date: [October 7, 2025, 2:48pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/2 "2025-10-07T14:48:02Z")

</div>

The online documentation has been updated such that [`docs.python.org/3/`](https://docs.python.org/3/) now points to Python 3.14. Enjoy using the new release!

A

---

<div class="post-metadata">

### Author: ![hugovk](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/hugovk/32/14505_2.png) [@hugovk](https://discuss.python.org/u/hugovk)
#### Post date: [October 7, 2025, 4:00pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/3 "2025-10-07T16:00:03Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![WH-2099](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/wh-2099/32/33526_2.png) [@WH-2099](https://discuss.python.org/u/WH-2099)
#### Post date: [October 7, 2025, 4:15pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/4 "2025-10-07T16:15:00Z")

</div>

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**!

---

<div class="post-metadata">

### Author: ![JoBe](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/jobe/32/26961_2.png) [@JoBe](https://discuss.python.org/u/JoBe)
#### Post date: [October 7, 2025, 5:37pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/5 "2025-10-07T17:37:03Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![UltimateLobster](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/ultimatelobster/32/9727_2.png) [@UltimateLobster](https://discuss.python.org/u/UltimateLobster)
#### Post date: [October 7, 2025, 7:13pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/6 "2025-10-07T19:13:36Z")

</div>

Finally Pie-thon is here 😁!

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

---

<div class="post-metadata">

### Author: ![brettcannon](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/brettcannon/32/34895_2.png) [@brettcannon](https://discuss.python.org/u/brettcannon)
#### Post date: [October 7, 2025, 7:24pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/7 "2025-10-07T19:24:27Z")

</div>

WASI build at [Release CPython 3.14.0 w/ WASI SDK 24 · brettcannon/cpython-wasi-build · GitHub](https://github.com/brettcannon/cpython-wasi-build/releases/tag/v3.14.0)

---

<div class="post-metadata">

### Author: ![barry](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/barry/32/42_2.png) [@barry](https://discuss.python.org/u/barry)
#### Post date: [October 8, 2025, 4:28am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/8 "2025-10-08T04:28:34Z")

</div>

The [ci-images](https://gitlab.com/python-devs/ci-images/-/tree/main) have been updated to include the final 3.14.0 release. From now until [3.15.0a1](https://peps.python.org/pep-0790/#schedule), they’ll also include [those builds at git head](https://github.com/python/cpython/tree/main), 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.

---

<div class="post-metadata">

### Author: ![pf\_moore](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/pf_moore/32/35_2.png) [@pf\_moore](https://discuss.python.org/u/pf_moore)
#### Post date: [October 8, 2025, 9:37am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/9 "2025-10-08T09:37:07Z")

</div>

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.

> [@hugovk](#):
>
> The JSON file available for download contains the list of all the installable packages available as part of this release

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

---

<div class="post-metadata">

### Author: ![hugovk](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/hugovk/32/14505_2.png) [@hugovk](https://discuss.python.org/u/hugovk)
#### Post date: [October 8, 2025, 9:44am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/10 "2025-10-08T09:44:13Z")

</div>

It’s coming today, there were some hiccups with Windows Server 2025 trying to install updates and blocking tests. See [python/pymanager#178](https://github.com/python/pymanager/pull/178) for the fix.

---

<div class="post-metadata">

### Author: ![pf\_moore](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/pf_moore/32/35_2.png) [@pf\_moore](https://discuss.python.org/u/pf_moore)
#### Post date: [October 8, 2025, 9:50am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/11 "2025-10-08T09:50:14Z")

</div>

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

---

<div class="post-metadata">

### Author: ![AA-Turner](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/aa-turner/32/4979_2.png) [@AA-Turner](https://discuss.python.org/u/AA-Turner)
#### Post date: [October 8, 2025, 11:36am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/12 "2025-10-08T11:36:24Z")

</div>

> [@pf\_moore](#):
>
> > [@hugovk](#):
> >
> > The JSON file available for download contains the list of all the installable packages available as part of this release
> 
> I couldn’t find a link to this JSON file. Did I miss something?

This is the ‘Windows release manifest’ entry in the downloads table: [direct link](https://www.python.org/ftp/python/3.14.0/windows-3.14.0.json)

A

---

<div class="post-metadata">

### Author: ![pf\_moore](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/pf_moore/32/35_2.png) [@pf\_moore](https://discuss.python.org/u/pf_moore)
#### Post date: [October 8, 2025, 12:45pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/13 "2025-10-08T12:45:19Z")

</div>

> [@AA-Turner](#):
>
> This is the ‘Windows release manifest’ entry

Ah! There’s one per version, that’s why I didn’t see it. I was assuming there was a single global file, and that was how the installer knew what versions existed for download. My misunderstanding.

---

<div class="post-metadata">

### Author: ![steve.dower](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/steve.dower/32/56_2.png) [@steve.dower](https://discuss.python.org/u/steve.dower)
#### Post date: [October 8, 2025, 1:32pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/14 "2025-10-08T13:32:40Z")

</div>

> [@pf\_moore](#):
>
> Ah! There’s one per version, that’s why I didn’t see it. I was assuming there was a single global file

There’s also a single global file (three, actually, at the bottom of [https://www.python.org/ftp/python/](https://www.python.org/ftp/python/)), but there’s one specific to each release, mainly so that there’s a released file (or else the download page display is going to be weird), but also for people who really want to see the hashes on the web site instead of only through the tool.

---

<div class="post-metadata">

### Author: ![uwe](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/uwe/32/2032_2.png) [@uwe](https://discuss.python.org/u/uwe)
#### Post date: [October 9, 2025, 5:31pm UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/15 "2025-10-09T17:31:23Z")

</div>

conda-forge also has Python 3.14 uploaded now, and as we did in the last releases, we were already able to rebuild a large chunk of packages (over 40%) before the final release. We have documented our Python 3.14 relase day support in a blog post: [Python 3.14 is already usable on conda-forge (not just available) | conda-forge | community-driven packaging for conda](https://conda-forge.org/blog/2025/10/09/python-314/)

In general, you can see [the Python 3.14 support on the status page](https://conda-forge.org/status/migration/?name=python314).

---

<div class="post-metadata">

### Author: ![lbeckman314](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/lbeckman314/32/32132_2.png) [@lbeckman314](https://discuss.python.org/u/lbeckman314)
#### Post date: [October 30, 2025, 1:46am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/17 "2025-10-30T01:46:52Z")

</div>

Thanks for the release! Possibly silly question — who made the release logo? It’s fantastic 🥧

---

<div class="post-metadata">

### Author: ![hugovk](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/hugovk/32/14505_2.png) [@hugovk](https://discuss.python.org/u/hugovk)
#### Post date: [October 30, 2025, 6:32am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/18 "2025-10-30T06:32:49Z")

</div>

The logo was made by kamikyoku and I agree it’s fantastic!

> **[kamikyoku - Overview](https://github.com/kamikyoku)**
>
> I've moved on anyways. I will respond maybe. kamikyoku has 6 repositories available. Follow their code on GitHub.

---

<div class="post-metadata">

### Author: ![Nineteendo](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/nineteendo/32/19122_2.png) [@Nineteendo](https://discuss.python.org/u/Nineteendo)
#### Post date: [October 30, 2025, 7:20am UTC](https://discuss.python.org/t/python-3-14-0-final-is-here/104210/19 "2025-10-30T07:20:42Z")

</div>

I do wonder whether the text at the bottom can be flipped. I can’t read it without turning my screen.
