Back to articles
Python 3.14.3 and 3.13.12 are now available!

Python 3.14.3 and 3.13.12 are now available!

via Python BlogThomas Wouters (noreply@blogger.com)

Python 3.14.3 is now available! Two snakes enjoying a pie with 3.14 on the top and π crimping 538×507 110 KB This is third maintenance release of Python 3.14 Python 3.14.3 is the third maintenance release of 3.14, containing around 299 bugfixes, build improvements and documentation changes since 3.14.2. https://www.python.org/downloads/release/python-3143/ 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 PEP 779 : Free-threaded Python is officially supported PEP 649 : The evaluation of annotations is now deferred, improving the semantics of using annotations. PEP 750 : Template string literals (t-strings) for custom string processing, using the familiar syntax of f-strings. PEP 734 : Multiple interpreters in the stdlib. PEP 784 : A new module  compression.zstd  providing support for the Zstandard compression algorithm. PEP 758 :  except  and  except*  expressions may now omit the brackets. Syntax highlig

Continue reading on Python Blog

Opens in a new tab

Read Full Article
5 views

Related Articles