One week after the release of Python 3.13.0, 20% of the top 360 PyPI packages have explicitly declared support.

https://pyreadiness.org/3.13/

#Python #Python313 #PythonReadiness

Python 3.13 Readiness - Python 3.13 support table for most popular Python packages

Python 3.13 is out! ๐Ÿš€

https://discuss.python.org/t/python-3-13-0-final-has-been-released/66972?u=hugovk

According to https://pyreadiness.org/3.13/ a little bit of the top 360 packages are ready for 3.13 as for 3.12, but both much more than for 3.11 or 3.10.

It's likely most will work for 3.13, thanks to everyone who tested early.

2024-10-07:
59 packages (16.4%) support 3.13

2023-10-02:
68 packages (18.9%) support 3.12

2022-10-24:
39 packages (10.8%) support 3.11

2021-10-04:
38 packages (10.6%) support 3.10

#Python #Python313 #PythonReadiness

Python 3.13.0 (final) has been released

After all the shenanigans two weeks ago โ€“ everyone discovering nasty little problems in release candidate 2 โ€“ the last week was suspiciously quiet, and therefore I can finally say: Python 3.13.0 is now available This is the stable release of Python 3.13.0 Python 3.13.0 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. (Compared to the last release candidate, 3.13.0rc3, 3.13.0 contains two small bug fixe...

Discussions on Python.org

Python 3.12 is out! ๐Ÿš€

Find out more and get it here:

https://discuss.python.org/t/python-3-12-0-final-is-here/35186?u=hugovk

And according to https://pyreadiness.org/3.12/ nearly twice as many of the top 360 packages are ready for 3.12 than were on release day for 3.11 or 3.10.

It's likely most will work for 3.12, thanks to everyone who tested early.

2023-10-02:
68 packages (18.9%) support Python 3.12

2022-10-24:
39 packages (10.8%) support Python 3.11

2021-10-04:
38 packages (10.6%) support Python 3.10

#python #python312 #PythonReadiness

Python 3.12.0 (final) is here

Finally, itโ€™s final! The final release of Python 3.12.0 (final) is here! (This also means Iโ€™ll be unblocking the 3.12 branch soon; Iโ€™m just going through pending PRs and merging them sequentially, to avoid some of the churn.) This is the stable release of Python 3.12.0 Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.12 series, compared to 3.11 New features More flexible f-string p...

Discussions on Python.org