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 c948287 commit 0e40959Copy full SHA for 0e40959
pythonbuild/downloads.py
@@ -44,10 +44,10 @@
44
"python_tag": "cp38",
45
},
46
"cpython-3.9": {
47
- "url": "https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tar.xz",
48
- "size": 19647312,
49
- "sha256": "30ce057c44f283f8ed93606ccbdb8d51dd526bdc4c62cce5e0dc217bfa3e8cee",
50
- "version": "3.9.17",
+ "url": "https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz",
+ "size": 19673928,
+ "sha256": "01597db0132c1cf7b331eff68ae09b5a235a3c3caa9c944c29cac7d1c4c4c00a",
+ "version": "3.9.18",
51
"licenses": ["Python-2.0", "CNRI-Python"],
52
"license_file": "LICENSE.cpython.txt",
53
"python_tag": "cp39",
0 commit comments