Python has released three new versions: 3.15.0a8 (the final planned alpha for 3.15), 3.14.4 (fourth maintenance release with ~337 fixes), and 3.13.13 (thirteenth maintenance release with ~200 fixes). Python 3.15 highlights include PEP 810 explicit lazy imports, a new frozendict built-in type, a statistical sampling profiler (PEP 799), unpacking in comprehensions (PEP 798), UTF-8 as default encoding (PEP 686), TypedDict with typed extra items, TypeForm annotations, a new PyBytesWriter C API, and a significantly upgraded JIT compiler showing 6-7% performance improvement on x86-64 Linux and 12-13% on AArch64 macOS. The next pre-release, 3.15.0b1, is scheduled for 2026-05-05.

3m read timeFrom blog.python.org
Post cover image
Table of contents
Python 3.15.0 alpha 8Python 3.14.4Python 3.13.13Enjoy the new releases
1 Comment

Sort: