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 54bf7c6 commit 85fa953Copy full SHA for 85fa953
pythonbuild/downloads.py
@@ -62,10 +62,10 @@
62
"python_tag": "cp37",
63
},
64
"cpython-3.8": {
65
- "url": "https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz",
66
- "size": 17869888,
67
- "sha256": "2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df",
68
- "version": "3.8.2",
+ "url": "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz",
+ "size": 17912964,
+ "sha256": "dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864",
+ "version": "3.8.3",
69
"licenses": ["Python-2.0", "CNRI-Python"],
70
"license_file": "LICENSE.cpython.txt",
71
"python_tag": "cp38",
0 commit comments