Skip to content

Commit 1baca22

Browse files
authored
Bump to CPython 3.12.7. (#335)
* Bump to CPython 3.12.7. * Fix missing comma.
1 parent f9203c3 commit 1baca22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"python_tag": "cp311",
7272
},
7373
"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",
74+
"url": "https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz",
75+
"size": 20444032,
76+
"sha256": "24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550",
77+
"version": "3.12.7",
7878
"licenses": ["Python-2.0", "CNRI-Python"],
7979
"license_file": "LICENSE.cpython.txt",
8080
"python_tag": "cp312",

0 commit comments

Comments
 (0)