A remarkably powerful dynamic programming language

Python for Mac

Python 3.13.7

  -  67.8 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Python 3.13.7.


For those interested in downloading the most recent release of Python for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • Python 3.13.7 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Python 3.13.7 Screenshot 1
  • Python 3.13.7 Screenshot 2
  • Python 3.13.7 Screenshot 3
  • Python 3.13.7 Screenshot 4
  • Python 3.13.7 Screenshot 5

What's new in this version:

Security:
- gh-103142: The version of OpenSSL used in our binary builds has been upgraded to 1.1.1u to address several CVEs
- gh-99889: Fixed a security in flaw in uu.decode() that could allow for directory traversal based on the input if no out_file was specified
- gh-104049: Do not expose the local on-disk location in directory indexes produced by http.client.SimpleHTTPRequestHandler
- gh-102153: urllib.parse.urlsplit() now strips leading C0 control and space characters following the specification for URLs defined by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii
- gh-101727: Updated the OpenSSL version used in Windows and macOS binary release builds to 1.1.1t to address CVE-2023-0286, CVE-2022-4303, and CVE-2022-4303 per the OpenSSL 2023-02-07 security advisory
- gh-101283: subprocess.Popen now uses a safer approach to find cmd.exe when launching with shell=True. Patch by Eryk Sun, based on a patch by Oleg Iarygin

Library:
- gh-101997: Upgrade pip wheel bundled with ensurepip (pip 23.0.1)

Build:
- gh-102306: Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK

Windows:
- gh-100180: Update Windows installer to OpenSSL 1.1.1s