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 a1ac76b commit 4805947Copy full SHA for 4805947
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.14/Python-3.9.14.tar.xz",
48
- "size": 19750176,
49
- "sha256": "651304d216c8203fe0adf1a80af472d8e92c3b0e0a7892222ae4d9f3ae4debcf",
50
- "version": "3.9.14",
+ "url": "https://www.python.org/ftp/python/3.9.15/Python-3.9.15.tar.xz",
+ "size": 19712208,
+ "sha256": "12daff6809528d9f6154216950423c9e30f0e47336cb57c6aa0b4387dd5eb4b2",
+ "version": "3.9.15",
51
"licenses": ["Python-2.0", "CNRI-Python"],
52
"license_file": "LICENSE.cpython.txt",
53
"python_tag": "cp39",
0 commit comments