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 5618edb commit 78b869bCopy full SHA for 78b869b
pythonbuild/downloads.py
@@ -47,10 +47,10 @@
47
"python_tag": "cp39",
48
},
49
"cpython-3.10": {
50
- "url": "https://www.python.org/ftp/python/3.10.5/Python-3.10.5.tar.xz",
51
- "size": 19361320,
52
- "sha256": "8437efd5b106ef0a75aabfbf23d880625120a73a86a22ade4d2e2e68d7b74486",
53
- "version": "3.10.5",
+ "url": "https://www.python.org/ftp/python/3.10.6/Python-3.10.6.tar.xz",
+ "size": 19600672,
+ "sha256": "f795ff87d11d4b0c7c33bc8851b0c28648d8a4583aa2100a98c22b4326b6d3f3",
+ "version": "3.10.6",
54
"licenses": ["Python-2.0", "CNRI-Python"],
55
"license_file": "LICENSE.cpython.txt",
56
"python_tag": "cp310",
0 commit comments