We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7022d28 commit 474e05bCopy full SHA for 474e05b
pythonbuild/downloads.py
@@ -71,10 +71,10 @@
71
"python_tag": "cp39",
72
},
73
"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",
+ "url": "https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz",
+ "size": 18726176,
+ "sha256": "5a99f8e7a6a11a7b98b4e75e0d1303d3832cada5534068f69c7b6222a7b1b002",
+ "version": "3.10.0",
78
"licenses": ["Python-2.0", "CNRI-Python"],
79
"license_file": "LICENSE.cpython.txt",
80
"python_tag": "cp310",
0 commit comments