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 dec8750 commit 1630ff4Copy full SHA for 1630ff4
pythonbuild/downloads.py
@@ -53,10 +53,10 @@
53
"python_tag": "cp39",
54
},
55
"cpython-3.10": {
56
- "url": "https://www.python.org/ftp/python/3.10.11/Python-3.10.11.tar.xz",
57
- "size": 19640792,
58
- "sha256": "3c3bc3048303721c904a03eb8326b631e921f11cc3be2988456a42f115daf04c",
59
- "version": "3.10.11",
+ "url": "https://www.python.org/ftp/python/3.10.12/Python-3.10.12.tar.xz",
+ "size": 19654836,
+ "sha256": "afb74bf19130e7a47d10312c8f5e784f24e0527981eab68e20546cfb865830b8",
+ "version": "3.10.12",
60
"licenses": ["Python-2.0", "CNRI-Python"],
61
"license_file": "LICENSE.cpython.txt",
62
"python_tag": "cp310",
0 commit comments