We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec14236 commit 3279c63Copy full SHA for 3279c63
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.0/Python-3.12.0rc3.tar.xz",
75
- "size": 20566024,
76
- "sha256": "96397e891e98802b1d399dee3ceaeb9bcf0aa2566c8a7b1cce4d0196c277506a",
77
- "version": "3.12.0rc3",
+ "url": "https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tar.xz",
+ "size": 20575020,
+ "sha256": "795c34f44df45a0e9b9710c8c71c15c671871524cd412ca14def212e8ccb155d",
+ "version": "3.12.0",
78
"licenses": ["Python-2.0", "CNRI-Python"],
79
"license_file": "LICENSE.cpython.txt",
80
"python_tag": "cp312",
0 commit comments