Software 43918 Published by

Python 3.14.0rc2 introducing new features such as free-threaded Python, deferred annotation evaluation, template string literals, multiple interpreters, and support for Zstandard compression algorithms. Python 3.13.7, the seventh maintenance release, includes improvements in error messages, a built-in HMAC implementation, and a new command-line interface for inspecting running Python processes.



Python Insider: Python 3.14.0rc2 and 3.13.7 are go!

Note: rc2 was originally planned for 2025-08-26, but we  fixed a bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means .pyc files created for rc1 cannot be used for rc2, and they’ll be recompiled.

Major new features of the 3.14 series, compared to 3.13

Some of the major new features and changes in Python 3.14 are:

New features

Python 3.13.7

This is the seventh maintenance release of Python 3.13

https://www.python.org/downloads/release/python-3137/

Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.7 is the seventh maintenance release of 3.13.

3.13.7 is an expedited release to fix a significant issue with the 3.13.6 release:

  • gh-137583: Regression in ssl module between 3.13.5 and 3.13.6: reading from a TLS-encrypted connection blocks

A few other bug fixes (which would otherwise have waited until the next release) are also included.

Screenshot_from_2025_05_08_07_26_58

Python Insider: Python 3.14.0rc2 and 3.13.7 are go!