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 51d355f commit 64cdc40Copy full SHA for 64cdc40
pythonbuild/downloads.py
@@ -82,10 +82,10 @@
82
"python_tag": "cp313",
83
},
84
"cpython-3.14": {
85
- "url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc1.tar.xz",
86
- "size": 23661916,
87
- "sha256": "8707780ae9f19c5bf5b9f27827181ba11cdad7bb292ea49cad5424331e40ee8b",
88
- "version": "3.14.0rc1",
+ "url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0rc2.tar.xz",
+ "size": 23566140,
+ "sha256": "bc62854cf232345bd22c9091a68464e01e056c6473a3fffa84572c8a342da656",
+ "version": "3.14.0rc2",
89
"licenses": ["Python-2.0", "CNRI-Python"],
90
"license_file": "LICENSE.cpython.txt",
91
"python_tag": "cp314",
0 commit comments