From 52e42b5339e05d9ebc63896db9f5debeb7f0bc8f Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 29 Jan 2025 13:01:54 -0800 Subject: [PATCH] Fix 404 PythonInstallMirror url suffix (#2373) --- src/constants/uvMirrors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/uvMirrors.ts b/src/constants/uvMirrors.ts index 6631aef7c..6fa7e9b3e 100644 --- a/src/constants/uvMirrors.ts +++ b/src/constants/uvMirrors.ts @@ -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 = {