Skip to content

Commit

Permalink
downloads: CPython 3.12.0rc3 -> 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Oct 2, 2023
1 parent ec14236 commit 3279c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"python_tag": "cp311",
},
"cpython-3.12": {
"url": "https://www.python.org/ftp/python/3.12.0/Python-3.12.0rc3.tar.xz",
"size": 20566024,
"sha256": "96397e891e98802b1d399dee3ceaeb9bcf0aa2566c8a7b1cce4d0196c277506a",
"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",
"licenses": ["Python-2.0", "CNRI-Python"],
"license_file": "LICENSE.cpython.txt",
"python_tag": "cp312",
Expand Down

0 comments on commit 3279c63

Please sign in to comment.