We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1260d90 commit c053763Copy full SHA for c053763
pythonbuild/downloads.py
@@ -73,10 +73,10 @@
73
"python_tag": "cp312",
74
},
75
"cpython-3.13": {
76
- "url": "https://www.python.org/ftp/python/3.13.6/Python-3.13.6.tar.xz",
77
- "size": 22761268,
78
- "sha256": "17ba5508819d8736a14fbfc47d36e184946a877851b2e9c4b6c43acb44a3b104",
79
- "version": "3.13.6",
+ "url": "https://www.python.org/ftp/python/3.13.7/Python-3.13.7.tar.xz",
+ "size": 22769492,
+ "sha256": "5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a",
+ "version": "3.13.7",
80
"licenses": ["Python-2.0", "CNRI-Python"],
81
"license_file": "LICENSE.cpython.txt",
82
"python_tag": "cp313",
0 commit comments