Python 3.13.5 released

Published by

Python 3.13.5 has been officially released, primarily aimed at fixing critical issues that arose in the previous version, 3.13.4. This maintenance release addresses significant bugs, specifically GH-135151, GH-135171, and GH-135326, which were planned for resolution in later updates. Users of Python 3.13 are strongly encouraged to upgrade to this latest version due to these fixes, along with additional bug resolutions that were expedited for this release.

Notably, Python 3.13 is the latest major release of the language, introducing numerous new features and enhancements over its predecessor, Python 3.12. The release includes:

- Fix for building extension modules on Windows for the regular (non-free-threaded) build (GH-135151).
- Correction of generator expressions that delayed raising TypeError for non-iterables until first use (GH-135171).
- Restoration of functionality for passing int-like objects, such as numpy.int64, to random.getrandbits() (GH-135326).

The release team expresses gratitude to all contributors who worked diligently to resolve these issues promptly. Users can find more information, including the full changelog and online documentation, on the official Python website.

The development community highly encourages all Python 3.13 users to upgrade, emphasizing the importance of continual support and contributions to the Python ecosystem. As always, the dedication of volunteers is acknowledged, and individuals are invited to contribute either through volunteering or financial support to the Python Software Foundation.

In summary, Python 3.13.5 addresses critical bugs from the previous version and provides essential fixes for the robust performance of the language. Users are encouraged to download the latest version and stay engaged with the Python community

Python 3.13.5 released

Python 3.13.5 has been released, focusing on resolving critical issues identified in the 3.13.4 release. The release addresses issues GH-135151, GH-135171, and GH-135326, which were scheduled to be resolved in the subsequent release. The release includes additional bug fixes and is strongly recommended for all users of Python 3.13.

Python 3.13.5 released @ Linux Compatible