#Python314
Some stats from core dev @hauntsaninja.bsky.social showing Python 3.14 had more usable packages on day 1 than other recent releases.

New releases of #cibuildwheel adding 3.14 as optional and then default also helped.

discuss.python.org/t/stats-on-p...

#Python #Python314 #wheels #stats #PyPI
October 13, 2025 at 12:20 PM
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
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
Merged PRs for 2025-06-17

Modules
#417639 nixos-rebuild: fix --sudo flag completion

Packages
#417660 vimPlugins.tinted-nvim: init at 2025-06-10
#417683 terraform-providers.cloudamqp: 1.34.0 -> 1.35.1
#417666 python314: 3.14.0b2 -> 3.14.0b3
June 18, 2025 at 12:05 AM
New Features for Python 3.14 (released on October 7, 2025): smarter and more colorful REPL, more helpful Error Messages, Template Strings (T-Strings), free-threaded Python #Programming #Python realpython.com/python314-ne...
Python 3.14: Cool New Features for You to Try – Real Python
Learn what's new in Python 3.14, including an upgraded REPL, template strings, lazy annotations, and subinterpreters, with examples to try in your code.
realpython.com
October 27, 2025 at 8:10 PM
Oh, and taking inspiration from #pytest, I added colour to #unittest output in this one 🎨

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

#Python #CPython #Python314 #release
December 17, 2024 at 5:10 PM
🐍📰 Python 3.14 Preview: Better Syntax Error Messages

Python 3.14 includes ten improvements to error messages, which help you catch common coding mistakes and point you in the right direction

realpython.com/python314-er...
October 2, 2025 at 12:58 PM
AIMindUpdate News! Unlock Python's full potential! Python 3.14's new template strings & WebAssembly bring power to web & AI development. Learn more!#Python314 #WebAssembly #AI Click here↓↓↓ aimindupdate.com/2025/06/01/p...

| Details | Interest | Feed |
Origin
bsky.app
June 1, 2025 at 12:40 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
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
Prefer to read instead of watch a video?

I just published an article version of that screencast also (with screenshots to show off the color 🎨):

pym.dev/python314/
Python 3.14's best new features
Python 3.14 includes syntax highlighting, improved error messages, enhanced support for cocurrency and parallelism, t-strings and more!
www.pythonmorsels.com
October 7, 2025 at 4:16 PM
Ya esta disponible la publicación #10 de la La Experimental:

🔧 Emulador de terminal
💻 Toolkit #CLI
📚 Formacion interactiva con #IA
🐍 Compatibilidad Free-threaded y rendimiento #Python314
💾 Benchmarking de #Postgres 17 vs 18
🌩️ Servicios fitness #SelfHosted

Link: laexperimental.substack.com/p/le-10
laexperimental.substack.com
October 17, 2025 at 10:09 AM
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
#446743 python313Packages.nocasedict: add setuptools-scm
#446741 python313Packages.iamdata: 0.1.202509261 -> 0.1.202509271
#446734 python313Packages.cantools: 40.5.0 -> 40.7.0
#446724 python3Packages.niaclass: 0.2.3 -> 0.2.4
#446723 python314: fix pythonAttr value
September 28, 2025 at 12:05 AM
Typical Linux paranoia by me:

- compile custom OpenSSL in \usr\bin\customssl
- compile custom python in \usr\bin\python314 with custom open SSL from step 1
- compile custom MOD_WSGI
- compile custom Apache (optional, but recommended)
- create a separate py env for the project
- pip -r rex.txt
brew install <random package>

> starts upgrading openssl

Welp, there goes my day.
November 3, 2024 at 12:36 PM
Just released! 🚀

Enabled colour help for Python 3.14:

🎨 em-keyboard 5.2.0
🎨 linkotron 0.5.0
🎨 norwegianblue 0.22.0
🎨 pepotron 1.5.0
🎨 pypistats 1.10.0

Also added Python 3.15 to pepotron: `pep 3.15` opens PEP 790.

#release #python314 #colour #CLI #EmKeyboard #linkotron #norwegianblue #pepotron
May 9, 2025 at 3:33 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.0 release candidate 2! 🚀🐍

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

🏆 Bonus: Early Python 3.13.7!

discuss.python.org/t/python-3-1...
#Python #CPython #Python314 #release
Python 3.14.0rc2 and 3.13.7 are go!
Not one but two expedited releases! 🎉 🎉 Python 3.14.0rc2 It’s the final 🪄 penultimate 🪄 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc2/ Note: rc2 was originally plan...
discuss.python.org
August 14, 2025 at 7:41 PM
AIMindUpdate News!
Supercharge your Python! 🚀 Learn about the exciting new template strings in Python 3.14 beta and explore the future of WebAssembly! #Python314 #Fstrings #PythonNews

Click here↓↓↓
aimindupdate.com/2025/05/31/p...
Python 3.14 Beta: F-strings, WebAssembly, & uv Updates | AI News
Discover the exciting new features in Python 3.14 beta, including powerful template strings (f-strings), WebAssembly, and the fast uv package installer!
aimindupdate.com
May 30, 2025 at 9:30 PM
🐍📰 Python 3.14: Cool New Features for You to Try

Learn what's new in Python 3.14, including an upgraded REPL, template strings, lazy annotations, and subinterpreters, with examples to try in your code

realpython.com/python314-ne...
October 10, 2025 at 12:58 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
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