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 4805947 commit 2161f31Copy full SHA for 2161f31
pythonbuild/downloads.py
@@ -53,10 +53,10 @@
53
"python_tag": "cp39",
54
},
55
"cpython-3.10": {
56
- "url": "https://www.python.org/ftp/python/3.10.7/Python-3.10.7.tar.xz",
57
- "size": 19618696,
58
- "sha256": "6eed8415b7516fb2f260906db5d48dd4c06acc0cb24a7d6cc15296a604dcdc48",
59
- "version": "3.10.7",
+ "url": "https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tar.xz",
+ "size": 19619508,
+ "sha256": "6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3",
+ "version": "3.10.8",
60
"licenses": ["Python-2.0", "CNRI-Python"],
61
"license_file": "LICENSE.cpython.txt",
62
"python_tag": "cp310",
0 commit comments