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 c1f1c16 commit ec14236Copy full SHA for ec14236
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.5/Python-3.11.5.tar.xz",
66
- "size": 20053580,
67
- "sha256": "85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f",
68
- "version": "3.11.5",
+ "url": "https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz",
+ "size": 20067204,
+ "sha256": "0fab78fa7f133f4f38210c6260d90d7c0d5c7198446419ce057ec7ac2e6f5f38",
+ "version": "3.11.6",
69
"licenses": ["Python-2.0", "CNRI-Python"],
70
"license_file": "LICENSE.cpython.txt",
71
"python_tag": "cp311",
0 commit comments