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 ccbe38e commit a24b5c3Copy full SHA for a24b5c3
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.8/Python-3.10.8.tar.xz",
57
- "size": 19619508,
58
- "sha256": "6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3",
59
- "version": "3.10.8",
+ "url": "https://www.python.org/ftp/python/3.10.9/Python-3.10.9.tar.xz",
+ "size": 19612112,
+ "sha256": "5ae03e308260164baba39921fdb4dbf8e6d03d8235a939d4582b33f0b5e46a83",
+ "version": "3.10.9",
60
"licenses": ["Python-2.0", "CNRI-Python"],
61
"license_file": "LICENSE.cpython.txt",
62
"python_tag": "cp310",
0 commit comments