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 c6b6bab commit 145dc8dCopy full SHA for 145dc8d
pythonbuild/downloads.py
@@ -93,10 +93,10 @@
93
"python_tag": "cp313",
94
},
95
"cpython-3.14": {
96
- "url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc3.tar.xz",
97
- "size": 23585028,
98
- "sha256": "646dc945e49c73a141896deda12d43f3f293fd69426774c16fc43496180e8fcd",
99
- "version": "3.14.0rc3",
+ "url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0.tar.xz",
+ "size": 23595844,
+ "sha256": "2299dae542d395ce3883aca00d3c910307cd68e0b2f7336098c8e7b7eee9f3e9",
+ "version": "3.14.0",
100
"licenses": ["Python-2.0", "CNRI-Python"],
101
"license_file": "LICENSE.cpython.txt",
102
"python_tag": "cp314",
0 commit comments