Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.

Python 3.14.0a4

Release Date: Jan. 14, 2025

Hello, three dot fourteen dot zero alpha four!

https://www.python.org/downloads/release/python-3140a4/

This is an early developer preview of Python 3.14

Major new features of the 3.14 series, compared to 3.13

Python 3.14 is still in development. This release, 3.14.0a4, is the fourth of seven planned alpha releases.

Alpha releases are intended to make it easier to test the current state of new features and bug fixes and to test the release process.

During the alpha phase, features may be added up until the start of the beta phase (2025-05-06) and, if necessary, may be modified or deleted up until the release candidate phase (2025-07-22). Please keep in mind that this is a preview release and its use is not recommended for production environments.

Many new features for Python 3.14 are still being planned and written. Among the new major new features and changes so far:

The next pre-release of Python 3.14 will be 3.14.0a5, currently scheduled for 2025-02-11.

More resources

And now for something completely different

In Python, you can use Greek letters as constants. For example:

from math import pi as π

def circumference(radius: float) -> float: return 2 * π * radius

print(circumference(6378.137)) # 40075.016685578485

Enjoy the new release

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 organisation contributions to the Python Software Foundation.

Full Changelog

Files

Version Operating System Description MD5 Sum File Size Sigstore SBOM
Gzipped source tarball Source release e1e47d0d8788ceda68bd4b2d2ceb6a6e 28.2 MB .sigstore SPDX
XZ compressed source tarball Source release e638aef1815d784ee1177730b4c1a56b 21.7 MB .sigstore SPDX
macOS 64-bit universal2 installer macOS for macOS 10.13 and later 994a0844d1bd8bee5c4e7c1b24c4906a 68.7 MB .sigstore
Windows installer (64-bit) Windows Recommended 1378bdc15a92eb90fb1f03ed354ad924 27.3 MB .sigstore SPDX
Windows installer (32-bit) Windows 2768d305a5c9247fcee00c2abd2908d9 26.1 MB .sigstore SPDX
Windows installer (ARM64) Windows Experimental 8f5f0577adbaa603fc1f97d2812733dd 26.5 MB .sigstore SPDX
Windows embeddable package (64-bit) Windows ea2ae3339ea052595767525dca99c754 10.5 MB .sigstore SPDX
Windows embeddable package (32-bit) Windows b3df6c337ee80ed3a7b99a2ce241f4e6 9.3 MB .sigstore SPDX
Windows embeddable package (ARM64) Windows 8afb0544e8caef85a38a40cbc4789ebc 9.7 MB .sigstore SPDX