We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186813f commit 525093dCopy full SHA for 525093d
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.0a6.tar.xz",
86
- "size": 22956068,
87
- "sha256": "8d6181e5331d9a2cd6ca405ae1230e88589a043f4768ebb443d3889d45c1c35c",
88
- "version": "3.14.0a6",
+ "url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0a7.tar.xz",
+ "size": 23015952,
+ "sha256": "71adbcec3ac9edf93308e55cfb4184f2eb4b16fda2bb0a5a382929ed29c8386d",
+ "version": "3.14.0a7",
89
"licenses": ["Python-2.0", "CNRI-Python"],
90
"license_file": "LICENSE.cpython.txt",
91
"python_tag": "cp314",
0 commit comments