Fix 404 PythonInstallMirror url suffix (#2373)

This commit is contained in:
Chenlei Hu
2025-01-29 13:01:54 -08:00
committed by GitHub
parent c42cdf5cd9
commit 52e42b5339

View File

@@ -24,7 +24,7 @@ export const PYTHON_MIRROR: UVMirror = {
fallbackMirror:
'https://ghfast.top/https://github.com/astral-sh/python-build-standalone/releases/download',
validationPathSuffix:
'/cpython-3.12.4%2B20240713-aarch64-apple-darwin-install_only.tar.gz'
'/20250115/cpython-3.10.16+20250115-aarch64-apple-darwin-debug-full.tar.zst.sha256'
}
export const PYPI_MIRROR: UVMirror = {