Skip to main content

Python 3.13.7

Stable

Released on August 14, 2025

Python 3.13.7 is a patch release of the Python 3.13 series.

This is an active bugfix release receiving regular updates.

Highlights

  • Improved performance and stability
  • Bug fixes and security updates
  • Enhanced standard library modules

For the complete list of changes, see the What's New in Python 3.13 documentation.

Full changelog available in the Python 3.13 Changelog.

Download Files

windows

File Size Signatures Download
Python-3.13.7-windows
Python 3.13.7 for Windows
23.8 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

macos

File Size Signatures Download
Python-3.13.7-macos
Python 3.13.7 for macOS
24.8 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

linux

File Size Signatures Download
Python-3.13.7-linux
Python 3.13.7 for Linux
25.7 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

source

File Size Signatures Download
Python-3.13.7-source
Python 3.13.7 for Source
26.7 MB Download
MD5: abcd1234efgh5678ijkl9012mnop3456

Installation Help

Need help installing Python? Check out our installation guides for your operating system.

Verifying Downloads

Python releases are signed to ensure authenticity. You can verify downloads using:

GPG Verification

gpg --verify Python-3.x.x.tgz.asc Python-3.x.x.tgz

Download release signing keys

Sigstore Verification

python -m pip install sigstore
sigstore verify identity \
  --bundle Python-3.x.x.tgz.sigstore \
  --cert-identity [email protected] \
  --cert-oidc-issuer https://accounts.google.com \
  Python-3.x.x.tgz

Learn about Sigstore