Python 3.13.2 and 3.12.9 now available!

A small release day today! That is to say the releases are relatively small; the day itself was of average size, as most days are.

Python 3.13.2

Python 3.13’s second maintenance release. About 250 changes went into this update, and can be yours for free if you just upgrade now.

Python 3.12.9

Python 3.12’s ninth maintenance release already. Just 180 changes for 3.12, but it’s still worth upgrading.

Enjoy the new releases

Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.

Regards from your team,
Thomas Wouters @thomas
Ned Deily @nad
Steve Dower @steve.dower
Łukasz Langa @ambv

15 Likes

3.13.2 WASI build at Release CPython 3.13.2 w/ WASI SDK 24 · brettcannon/cpython-wasi-build · GitHub.

3 Likes

Is there some reason why 3.13.2 does not appear at the all releases link ie Download Python | Python.org ? It’s on the front page I know, but all really should mean all :slight_smile:

The reason is probably caching. We don’t have the mechanisms in place to purge all the caches and the CDN of all the pages involved, so it takes a little while for them all to update. The link you gave as an example seems to have updated now, do you have any others?

I assume it must be my local CDN then, in Python releases by version number: I see 3.12.9 & 3.12.8…, but not 3.13.2 :slightly_frowning_face:, not a problem as I have downloaded using the front page link. It builds fine and dandy.

After reloading the browser and hitting ctrl+shift R a couple of times it finaally appears :grinning:

3 Likes