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 7f5dcf4 commit 28a4469Copy full SHA for 28a4469
pythonbuild/downloads.py
@@ -62,10 +62,10 @@
62
"python_tag": "cp38",
63
},
64
"cpython-3.9": {
65
- "url": "https://www.python.org/ftp/python/3.9.5/Python-3.9.5.tar.xz",
66
- "size": 19058600,
67
- "sha256": "0c5a140665436ec3dbfbb79e2dfb6d192655f26ef4a29aeffcb6d1820d716d83",
68
- "version": "3.9.5",
+ "url": "https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz",
+ "size": 19051972,
+ "sha256": "397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a",
+ "version": "3.9.6",
69
"licenses": ["Python-2.0", "CNRI-Python"],
70
"license_file": "LICENSE.cpython.txt",
71
"python_tag": "cp39",
0 commit comments