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 20fb30f commit 5512765Copy full SHA for 5512765
pythonbuild/downloads.py
@@ -62,10 +62,10 @@
62
"python_tag": "cp310",
63
},
64
"cpython-3.11": {
65
- "url": "https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tar.xz",
66
- "size": 20074108,
67
- "sha256": "18e1aa7e66ff3a58423d59ed22815a6954e53342122c45df20c96877c062b9b7",
68
- "version": "3.11.7",
+ "url": "https://www.python.org/ftp/python/3.11.8/Python-3.11.8.tar.xz",
+ "size": 20041256,
+ "sha256": "9e06008c8901924395bc1da303eac567a729ae012baa182ab39269f650383bb3",
+ "version": "3.11.8",
69
"licenses": ["Python-2.0", "CNRI-Python"],
70
"license_file": "LICENSE.cpython.txt",
71
"python_tag": "cp311",
0 commit comments