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 f5d01a4 commit b66cf26Copy full SHA for b66cf26
pythonbuild/downloads.py
@@ -53,10 +53,10 @@
53
"version": "3.15.1",
54
},
55
"cpython-3.7": {
56
- "url": "https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz",
57
- "size": 17268888,
58
- "sha256": "06a0a9f1bf0d8cd1e4121194d666c4e28ddae4dd54346de6c343206599f02136",
59
- "version": "3.7.7",
+ "url": "https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tar.xz",
+ "size": 17389636,
+ "sha256": "91923007b05005b5f9bd46f3b9172248aea5abc1543e8a636d59e629c3331b01",
+ "version": "3.7.9",
60
"licenses": ["Python-2.0", "CNRI-Python"],
61
"license_file": "LICENSE.cpython.txt",
62
"python_tag": "cp37",
0 commit comments