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 f9203c3 commit 1baca22Copy full SHA for 1baca22
pythonbuild/downloads.py
@@ -71,10 +71,10 @@
71
"python_tag": "cp311",
72
},
73
"cpython-3.12": {
74
- "url": "https://www.python.org/ftp/python/3.12.6/Python-3.12.6.tar.xz",
75
- "size": 20434028,
76
- "sha256": "1999658298cf2fb837dffed8ff3c033ef0c98ef20cf73c5d5f66bed5ab89697c",
77
- "version": "3.12.6",
+ "url": "https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz",
+ "size": 20444032,
+ "sha256": "24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550",
+ "version": "3.12.7",
78
"licenses": ["Python-2.0", "CNRI-Python"],
79
"license_file": "LICENSE.cpython.txt",
80
"python_tag": "cp312",
0 commit comments