Python 3.11.9 is out!

This is the last bugfix release, from now on it will only receive security fixes.

More info and find out what a "kugelblitz" is: https://discuss.python.org/t/python-3-11-9-is-available/50502 #Python #Python311 #kugelblitz

Python 3.11.9 is available

This is the ninth maintenance release of Python 3.11 Python 3.11.9 is the newest patch release of the 3.11 series of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.11 series, compared to 3.10 Some of the new major new features and changes in Python 3.11 are: General changes PEP 657 – Include Fine-Grained Error Locations in Tracebacks PEP 654 – Exception Groups and except* PEP 680 – tomllib: Support for Parsing TOML in the ...

Discussions on Python.org
Python 3.12.3 and 3.13.0a6 released

It’s time to eclipse the Python 3.11.9 release with two releases, one of which is the very last alpha release of Python 3.13: Python 3.12.3 300+ of the finest commits went into this latest maintenance release of the latest Python version, the most stablest, securest, bugfreeest we could make it. Python 3.13.0a6 What’s that? The last alpha release? Just one more month until feature freeze! Get your features done, get your bugs fixed, let’s get 3.13.0 ready for people to actually use! Until th...

Discussions on Python.org

@cuboimposible Nice tip! Bear in mind pyenv builds aren't optimised by default. Prefer the official installers for macOS/Windows. Or consider using pyenv with these env vars for a slower build but ~30% performance improvement:

https://github.com/pyenv/pyenv/wiki#how-to-build-cpython-for-maximum-performance

https://github.com/pyenv/pyenv/issues/2577

Home

Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.

GitHub