We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14493a4 commit f9203c3Copy full SHA for f9203c3
pythonbuild/downloads.py
@@ -80,10 +80,10 @@
80
"python_tag": "cp312",
81
},
82
"cpython-3.13": {
83
- "url": "https://www.python.org/ftp/python/3.13.0/Python-3.13.0rc2.tar.xz",
84
- "size": 21055084,
85
- "sha256": "d60e8b7c10de4f71d2dffaf7c7be8efa54dc1e532fe931dbb84e5f625709e237",
86
- "version": "3.13.0rc2",
+ "url": "https://www.python.org/ftp/python/3.13.0/Python-3.13.0rc3.tar.xz",
+ "size": 22527884,
+ "sha256": "c8bc790185af1cb77b75c01cbc1aa642dfdcf97a370d2d10090bc7baa70da57e",
+ "version": "3.13.0rc3",
87
"licenses": ["Python-2.0", "CNRI-Python"],
88
"license_file": "LICENSE.cpython.txt",
89
"python_tag": "cp313",
0 commit comments