We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a154d5c commit 90d40b4Copy full SHA for 90d40b4
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.4/Python-3.12.4.tar.xz",
75
- "size": 20659356,
76
- "sha256": "f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554",
77
- "version": "3.12.4",
+ "url": "https://www.python.org/ftp/python/3.12.5/Python-3.12.5.tar.xz",
+ "size": 20422396,
+ "sha256": "fa8a2e12c5e620b09f53e65bcd87550d2e5a1e2e04bf8ba991dcc55113876397",
+ "version": "3.12.5",
78
"licenses": ["Python-2.0", "CNRI-Python"],
79
"license_file": "LICENSE.cpython.txt",
80
"python_tag": "cp312",
0 commit comments