Python Insider | python.org
4,268 FOLLOWERS
Python core development news and information.
Python Insider | python.org
5d ago
I'm pleased to announce the release of Python 3.12.7:
https://www.python.org/downloads/release/python-3127/
This is the seventh maintenance release of Python 3.12
Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.7 is the latest maintenance release, containing more than 100 bugfixes, build improvements and documentation changes since 3.12.6.
Major new features of the 3.12 series, compared to 3.11 New features
More flexible f-string parsing, allowing many things prev ..read more
Python Insider | python.org
1M ago
Hi there!
A big joint release today. Mostly security fixes but we also have the final release candidate of 3.13 so let’s start with that!
Python 3.13.0RC2
Final opportunity to test and find any show-stopper bugs before we bless and release 3.13.0 final on October 1st.
Get it here: Python Release Python 3.13.0rc2 | Python.org
Call to action
We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0. Any binary wheels built ..read more
Python Insider | python.org
2M ago
I'm pleased to announce the release of Python 3.12.5:
https://www.python.org/downloads/release/python-3125/
This is the fifth maintenance release of Python 3.12
Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.5 is the latest maintenance release, containing more than 250 bugfixes, build improvements and documentation changes since 3.12.4.
This version of Python 3.12 also comes with pip 24.2 by default. However, due to an incompatibility with older macOS versions, macOS 10.9 through 10.12 will do ..read more
Python Insider | python.org
2M ago
I'm pleased to announce the release of Python 3.13 beta 4.
https://www.python.org/downloads/release/python-3130b4/
This is a beta preview of Python 3.13
Python 3.13 is still in development. This release, 3.13.0b4, is the final beta release preview of 3.13.
Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support the new feature release.
We strongly encourage maintainers of third-party Python projects to test with 3.13 during the beta phase and report issues found to the Python bug tracker ..read more
Python Insider | python.org
3M ago
I'm pleased to announce the release of Python 3.13 beta 3.
https://www.python.org/downloads/release/python-3130b3/
This is a beta preview of Python 3.13
Python 3.13 is still in development. This release, 3.13.0b3, is the third of four beta release previews of 3.13.
Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support the new feature release.
We strongly encourage maintainers of third-party Python projects to test with 3.13 during the beta phase and report issues found to the Pyt ..read more
Python Insider | python.org
4M ago
I'm pleased to announce the release of Python 3.12.4:
https://www.python.org/downloads/release/python-3124/
This is the third maintenance release of Python 3.12
Python 3.12 is the newest major release of the Python programming language, and it contains many new features and optimizations. 3.12.4 is the latest maintenance release, containing more than 250 bugfixes, build improvements and documentation changes since 3.12.3.
Major new features of the 3.12 series, compared to 3.11 New features
More flexible f-string parsing, allowing many things previously disallowed (PEP 70 ..read more
Python Insider | python.org
6M ago
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.
https://www.python.org/downloads/release/python-3123/
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 then, let’s test with alpha 6. The hi ..read more
Python Insider | python.org
6M ago
This is the last bug fix release of Python 3.11
This is the ninth maintenance release of Python 3.11
Python 3.11.9 is the newest major release of the Python programming language, and it contains many new features and optimizations. Get it here:
https://www.python.org/downloads/release/python-3119/
Major new features of the 3.11 series, compared to 3.10
Among the new major new features and changes so far:
PEP 657 – Include Fine-Grained Error Locations in Tracebacks
PEP 654 – Exception Groups and except*
PEP 673 – Self Type
PEP 646 – Variadic Gene ..read more
Python Insider | python.org
7M ago
Howdy!
Those are the boring security releases that aren’t supposed to bring anything new. But not this time! We do have a bit of news, actually. But first things first: go update your systems!
Python 3.10.14
Get it here: Python Release Python 3.10.14
26 commits since the last release.
Python 3.9.19
Get it here: Python Release Python 3.9.19
26 commits since the last release.
Python 3.8.19
Get it here: Python Release Python 3.8.19
28 commits since the last release.
Security content in this release
gh-115399 & gh-115398: bundled libexpat was updated to 2.6.0 to address CVE-2023-52425, an ..read more
Python Insider | python.org
7M ago
Python 3.13.0 alpha 5 is now available:
https://www.python.org/downloads/release/python-3130a5/
This is an early developer preview of Python 3.13
Major new features of the 3.13 series, compared to 3.12
Python 3.13 is still in development. This release, 3.13.0a5, is the fifth of six planned alpha releases.
Alpha releases are intended to make it easier to test the current state of new features and bug fixes and to test the release process.
During the alpha phase, features may be added up until the start of the beta phase (2024-05-07) and, if necessary, may be modified or deleted up until ..read more