#Python314
Just released! 🚀

Please install and enjoy Python 3.14! 🥧

discuss.python.org/t/python-3-1...

#Python #Python314 #release
October 7, 2025 at 2:29 PM
Forget about Python 3.14* and 3.15†, Python 3.16 is here‡!

* Please don't, please upgrade
† Please don't, please test
‡ Open for new features in just two months

#Python #python314 #python315 #python316
February 23, 2026 at 11:16 PM
I typically install to c:\Python or c:\Python314 or similar and haven't run into these problems.

But dear God ... Python + Windows + ARM64 gets really ugly.
June 16, 2026 at 8:36 PM
Just released: Python 3.14.0a3 🚀

discuss.python.org/t/python-3-1...

docs.python.org/3.14/whatsnew/

This release brought to you by tea and homemade mince pies.

#Python #CPython #Python314 #release #food
December 17, 2024 at 5:09 PM
Exciting news!

PEP 779 ("Criteria for supported status for free-threaded Python") has been accepted, which means free-threaded Python is now a supported build!

We'll drop the "experimental" label already in 3.14 beta 3, due on Tuesday!

#PEP779 #Python #Python314 #FreeThreaded
June 15, 2025 at 10:22 PM
Python 3.14.5 release candidate is out now! Please test!

blog.python.org/2026/05/pyth...

Next up, 3.15 beta 1 tomorrow.

#Python #Python314 #Python315 #release
Python 3.14.5 release candidate | Python Insider
A special release candidate with a new (old) garbage collector.
blog.python.org
May 4, 2026 at 8:37 PM
Here's a good intro to Python 3.14's t-strings by @davepeck.org, one of the authors of PEP 750 davepeck.org/2025/04/11/p...
#Python #Python314 #PEP750 #tstrings
davepeck.org
Dave Peck's home on the web. Dave is an independent software developer, investor, and civic technologist.
davepeck.org
April 21, 2025 at 7:53 AM
New releases!

🐍 Python 3.15.0a8!
🐍 Python 3.14.4!
🐍 Python 3.13.3!
🖼️ Pillow 12.2.0!

blog.python.org/2026/04/pyth...
pillow.readthedocs.io/en/latest/re...

⚠️ This is the final 3.15 alpha: only 4 weeks until the feature freeze! 🧊

#Python #Python313 #Python314 #Python315 #Pillow #release
Python 3.15.0a8, 3.14.4 and 3.13.13 are out! | Python Insider
A final alpha and two bug fixes are awaiting your upgrade.
blog.python.org
April 8, 2026 at 4:36 PM
Less than one week to:

🥧 Python 3.14 beta! The feature freeze marks 5 months of stabilisation. Please test!

peps.python.org/pep-0745/

🕒 Forget 3.14 (please don't, please test), Python 3.15 development begins! Check out the new release PEP:

peps.python.org/pep-0790/

#Python #Python314 #Python315
PEP 790 – Python 3.15 Release Schedule | peps.python.org
This document describes the development and release schedule for Python 3.15.
peps.python.org
April 30, 2025 at 10:36 AM
🔒🐍 Coming soon, Python 3.15 release candidate 1! The 3.15 branch is now locked until 3.15.0 final in October.
discuss.python.org/t/the-3-15-b...

Also coming soon: Python 3.13.15 and 3.14.7.
hugovk.dev/next-release/
#Python #Python315 #Python314 #Python314 #release
The 3.15 branch is locked for RC1
The 3.15 branch is now locked for all (except release managers and admins) until the 3.15.0 final release (scheduled for 2026-10-01). Reminder from the devguide: A branch preparing for an RC…
discuss.python.org
August 4, 2026 at 8:56 AM
Just released: Python 3.14.0a4 🚀

discuss.python.org/t/python-3-1...

docs.python.org/3.14/whatsne...

Here's one amazing reason to try it out! 🗓️🎨

#Python #CPython #Python314 #release
January 14, 2025 at 7:52 PM
Out now: Python 3.14.6 and 3.13.14!

A day late to include a last-minute OpenSSL release in the installers. Thanks to @standupmaths.bsky.social for the help with the release notes :)

discuss.python.org/t/python-3-1...
#Python #CPython #Python314 #Python313 #release
Python 3.14.6 and 3.13.14 are now available!
A day late, a dollar short an OpenSSL release ahead[1], we have two new Python bugfix releases! Python 3.14.6 Python 3.14.6 is the sixth maintenance release of 3.14, containing around 179 bugfixes, b...
discuss.python.org
June 10, 2026 at 7:25 PM
🗞️ We're going to revert the incremental garbage collector in Python 3.14 and 3.15. See here for details: discuss.python.org/t/reverting-...
#Python #Python314 #Python315
Reverting the incremental GC in Python 3.14 and 3.15
Python 3.14 shipped with a new incremental garbage collector. However, we’ve had a number of reports of significant memory pressure in production environments. We’ve decided to revert it in both…
discuss.python.org
April 16, 2026 at 6:17 PM
Only one week left until the release of Python 3.14.0 final!

docs.python.org/3.14/whatsne...

peps.python.org/pep-0745/

What are you looking forward to?

#Python #Python314
What’s new in Python 3.14 — Python 3.14.0rc3 documentation
Editor, Hugo van Kemenade,. This article explains the new features in Python 3.14, compared to 3.13. For full details, see the changelog. Summary – release highlights: Python 3.14 will be the lates...
docs.python.org
September 30, 2025 at 12:19 PM
Especially for π day and #FediDonutFriday!

Just released: Python 3.14.0a6 🚀

discuss.python.org/t/python-3-1...

This release brought to you by a Karelian pie, a strawberry and gooseberry pie, and a slice of blueberry pie.

#Python #CPython #Python314 #release #food #PiDay #PiiPäivä #pie
March 14, 2025 at 5:42 PM
What's New in Python 3.14:

* Support UUID versions 6, 7, & 8 via uuid.uuid6(), uuid.uuid7(), & uuid.uuid8()

* uuid.NIL and uuid.MAX represent Nil and Max UUID formats

* Generate multiple UUIDs at once via python -m uuid --count

docs.python.org/3.14/whatsne...
#Python #Python314 #UUID #RFC9652
What’s new in Python 3.14
Editor, Hugo van Kemenade,. This article explains the new features in Python 3.14, compared to 3.13. For full details, see the changelog. Summary – release highlights: Python 3.14 will be the lates...
docs.python.org
September 11, 2025 at 6:06 PM
Just released: Python 3.14.0a2 🚀

discuss.python.org/t/python-3-1...

🐍 PEP 649: Deferred evaluation of annotations

🐍 PEP 741: Python configuration C API

🐍 PEP 761: Deprecating PGP signatures for CPython artifacts

🐍 Improved error messages

🐍 And more!

#Python #CPython #Python314 #release
Python 3.14.0 alpha 2
Alpha 2? But Alpha 1 only just came out! This is an early developer preview of Python 3.14 Major new features of the 3.14 series, compared to 3.13 Python 3.14 is still in development. This release...
discuss.python.org
November 19, 2024 at 10:11 PM
How I fixed the dictionary with Python 3.14:

hugovk.dev/blog/2026/fi...

#python #python314 #dictionary #release #pi
Fixing the dictionary with Python 3.14
hugovk.dev
July 8, 2026 at 7:57 PM
Just released:
Python 3.14.0a7 🚀
Last alpha! Less than a month for new features before beta!

3.13.3 🚀

3.12.10 🚀
Last bugfix release! Now security only!

3.11.12 🚀
3.10.17 🚀
3.9.22 🚀
Security releases.

discuss.python.org/t/python-3-1...

#Python #CPython #release #Python314 #Python313 #PythonEtc
April 8, 2025 at 7:07 PM
Just released: Python 3.14.0 release candidate 1! 🚀🐍

🫖 T-strings!

🧵 Free-threading!

🚇 Subinterpreters!

🗜️ Zstd!

🎨 More colour!

📦 Maintainer? Prepare for 3.14 and report bugs!

🛞 No ABI changes: upload 3.14 wheels to PyPI!

discuss.python.org/t/python-3-1...
#Python #CPython #Python314 #release
Python 3.14 release candidate 1 is go!
It’s the first 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc1/ This is the first release candidate of Python 3.14 This release, 3.14.0rc1, is the penultimate releas...
discuss.python.org
July 22, 2025 at 7:30 PM
Just released: Python 3.14.0 beta 2! 🚀🐍

🥧 Deferred type annotation evaluation!
🥧 T-strings!
🥧 Zstandard!
🥧 Syntax highlighting in the REPL!
🥧 Colour in unittest, argparse, json and calendar CLIs!
🥧 UUID v6-8!
🥧 And much more!

discuss.python.org/t/python-3-1...

#Python #CPython #Python314 #release
Python 3.14.0 beta 2 is here!
Here’s the second 3.14 beta. https://www.python.org/downloads/release/python-3140b2/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b2, is the second...
discuss.python.org
May 26, 2025 at 7:44 PM
🥧🪵🔒 The branch is locked and first release candidate of Python 3.14 is being built!
discuss.python.org/t/the-3-14-b...
#Python #Python314 #release #ReleaseCandidate #RC1
The 3.14 branch is locked for RC1
The 3.14 branch is now locked for all (except release managers and admins) until the 3.14.0 final release (scheduled for 2025-10-07). Reminder from the devguide: A branch preparing for an RC releas...
discuss.python.org
July 22, 2025 at 2:02 PM
Just released: Python 3.14.0 beta 3! 🚀🐍

🥧 Exceptionally new in b3:

🥧 Free-threaded Python is officially supported! (PEP 779)

🥧 Subinterpreters in the stdlib! (PEP 734)

Do you maintain a Python package? Please test 3.14.

discuss.python.org/t/python-3-1...

#Python #CPython #Python314 #release
Python 3.14.0 beta 3 is here!
It’s 3.14 beta 3! https://www.python.org/downloads/release/python-3140b3/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b3, is the third of four pla...
discuss.python.org
June 17, 2025 at 7:29 PM
Python 3.14:

We'll release rc2 early on Thursday, and add an rc3 on 2025-09-16.

We fixed a bug that required the ".pyc magic number" to be increased.

The ABI isn't changing, and wheels built for rc1 should still work.

More: discuss.python.org/t/early-3-14...

#Python #CPython #Python314 #release
Early 3.14.0 rc2 and extra rc3
FYI because of the bug fix requiring a magic number bump, I’ve decided to do rc2 this Thursday, and add an additional rc3 on 2025-09-16 (during the core sprint), which is about midway between rc2 and ...
discuss.python.org
August 12, 2025 at 9:31 PM