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 1b50186 commit a2dece8Copy full SHA for a2dece8
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.3/Python-3.9.3.tar.xz",
66
- "size": 18899676,
67
- "sha256": "30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5",
68
- "version": "3.9.3",
+ "url": "https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tar.xz",
+ "size": 18900304,
+ "sha256": "4b0e6644a76f8df864ae24ac500a51bbf68bd098f6a173e27d3b61cdca9aa134",
+ "version": "3.9.4",
69
"licenses": ["Python-2.0", "CNRI-Python"],
70
"license_file": "LICENSE.cpython.txt",
71
"python_tag": "cp39",
0 commit comments