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 c87de9d commit 4690320Copy full SHA for 4690320
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.6/Python-3.9.6.tar.xz",
66
- "size": 19051972,
67
- "sha256": "397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a",
68
- "version": "3.9.6",
+ "url": "https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tar.xz",
+ "size": 19123232,
+ "sha256": "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57",
+ "version": "3.9.7",
69
"licenses": ["Python-2.0", "CNRI-Python"],
70
"license_file": "LICENSE.cpython.txt",
71
"python_tag": "cp39",
0 commit comments