Skip to content

Commit 474e05b

Browse files
committed
downloads: upgrade CPython 3.10 to 3.10.0
3.10 was released yesterday. Let's use it.
1 parent 7022d28 commit 474e05b

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": "cp39",
7272
},
7373
"cpython-3.10": {
74-
"url": "https://www.python.org/ftp/python/3.10.0/Python-3.10.0rc2.tar.xz",
75-
"size": 18737220,
76-
"sha256": "e75b56088548b7b9ad1f2571e6f5a2315e4808cb6b5fbe8288502afc802b2f24",
77-
"version": "3.10.0rc2",
74+
"url": "https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz",
75+
"size": 18726176,
76+
"sha256": "5a99f8e7a6a11a7b98b4e75e0d1303d3832cada5534068f69c7b6222a7b1b002",
77+
"version": "3.10.0",
7878
"licenses": ["Python-2.0", "CNRI-Python"],
7979
"license_file": "LICENSE.cpython.txt",
8080
"python_tag": "cp310",

0 commit comments

Comments
 (0)