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 6888ae4 commit f0ae464Copy full SHA for f0ae464
1 file changed
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.5/Python-3.14.5rc1.tar.xz",
88
- "size": 23894408,
89
- "sha256": "67ee56f36fc22e5ada84d452430362e71081804c4f85c33dc5bf4206c27f973c",
90
- "version": "3.14.5rc1",
+ "url": "https://www.python.org/ftp/python/3.14.5/Python-3.14.5.tar.xz",
+ "size": 23903332,
+ "sha256": "7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db6",
+ "version": "3.14.5",
91
"licenses": ["Python-2.0", "CNRI-Python"],
92
"license_file": "LICENSE.cpython.txt",
93
"python_tag": "cp314",
0 commit comments