Releasing Python 3.14.0

Table of Contents
Prologue #
I livetooted the release of Python 3.14.0. Here it is in blogpost form!
One week #
Only one week left until the release of Python 3.14.0 final!
What are you looking forward to?
#Python
#Python314
Tue, Sep 30, 2025, 15:19 EEST
Three days #
Three days until release and a bug in the Linux kernel has turned a dozen buildbots red…
It’s already been fixed in the kernel, but will take some time to bubble up. We’ll skip that test for relevant kernel versions in the meantime.
#Python
#Python314
Sat, Oct 4, 2025, 16:15 EEST
Green #
And back to green!
#Python
#Python314
Sun, Oct 5, 2025, 16:58 EEST
Release day! #
First off, check blockers and buildbots.
A new release-blocker appeared yesterday (because of course) but it can wait until 3.14.1.
Three deferred-blockers are also waiting until 3.14.1.
A new tier-2 buildbot failure appeared yesterday (because of course) but it had previously been offline for a month and will need some reconfiguration. Can ignore.
OK, let’s make a Python!
#Python
#Python314
#release
Tue, Oct 7, 2025, 11:40 EEST
run_release.py
#
Next up, merge and backport the final change to What’s New in Python 3.14 to declare it latest stable.
Now start run_release.py
, the main release automation script, which does a bunch of
pre-checks, runs blurb to create a merged changelog, bumps some numbers, and pushes a
branch and tag to my fork. It’ll go upstream at the end of a successful build.
Then kick off the CI to build source zips, docs and Android binaries.
#Python
#Python314
#release
Tue, Oct 7, 2025, 12:43 EEST
Installers #
(That’s actually the second CI attempt, we had to update some script arguments following an Android test runner update.)
This build takes about half an hour.
I’ve also informed the Windows and macOS release managers about the tag and they will start up installer builds.
This takes a few hours, so I’ve got time to finish up the release notes.
PEP 101 is the full process, but much is automated and we don’t need to follow it all manually.
#Python
#Python314
#release
Tue, Oct 7, 2025, 12:52 EEST
Windows #
The Windows build has been started.
The jobs with profile-guided optimisation (PGO) build once, then collect a profile by running the tests, and then build again using that profile, to see how ‘real’ code executes and optimises for that.
Meanwhile, the docs+source+Android build has finished and the artifacts have been copied to where they need to go with SBOMs created.
#Python
#Python314
#release
Tue, Oct 7, 2025, 13:50 EEST
macOS #
The Windows build is ready and macOS is underway.
#Python
#Python314
#release
Tue, Oct 7, 2025, 15:36 EEST
Final steps #
macOS installer done, next on to the final publishing and announcing steps.
#Python
#Python314
#release
Tue, Oct 7, 2025, 17:02 EEST
🚀 It’s out! #
🥧 Please install and enjoy Python 3.14!
#Python
#Python314
#release
Tue, Oct 7, 2025, 17:27 EEST
Finally #
And the last few tasks: announce also on the
blog &
mailing lists,
update the PEP &
downloads landing page, fix
Discourse post
links, unlock the 3.14
branch for the
core team to start landing PRs that didn’t need to be in the RC, and eat the pie.
A HUGE thanks to @sovtechfund Fellowship for allowing me to dedicate my time on getting this out 🎉