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 5cc924b commit bd92d95Copy full SHA for bd92d95
pythonbuild/downloads.py
@@ -73,10 +73,10 @@
73
"python_tag": "cp312",
74
},
75
"cpython-3.13": {
76
- "url": "https://www.python.org/ftp/python/3.13.4/Python-3.13.4.tar.xz",
77
- "size": 22672472,
78
- "sha256": "27b15a797562a2971dce3ffe31bb216042ce0b995b39d768cf15f784cc757365",
79
- "version": "3.13.4",
+ "url": "https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tar.xz",
+ "size": 22856016,
+ "sha256": "93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d640",
+ "version": "3.13.5",
80
"licenses": ["Python-2.0", "CNRI-Python"],
81
"license_file": "LICENSE.cpython.txt",
82
"python_tag": "cp313",
0 commit comments