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 f4b05df commit f6b8125Copy full SHA for f6b8125
pythonbuild/downloads.py
@@ -84,10 +84,10 @@
84
"python_tag": "cp313",
85
},
86
"cpython-3.14": {
87
- "url": "https://www.python.org/ftp/python/3.14.1/Python-3.14.1.tar.xz",
88
- "size": 23563532,
89
- "sha256": "8dfa08b1959d9d15838a1c2dab77dc8d8ff4a553a1ed046dfacbc8095c6d42fc",
90
- "version": "3.14.1",
+ "url": "https://www.python.org/ftp/python/3.14.1/Python-3.14.2.tar.xz",
+ "size": 23566248,
+ "sha256": "ce543ab854bc256b61b71e9b27f831ffd1bfd60a479d639f8be7f9757cf573e9",
+ "version": "3.14.2",
91
"licenses": ["Python-2.0", "CNRI-Python"],
92
"license_file": "LICENSE.cpython.txt",
93
"python_tag": "cp314",
0 commit comments