From a41a0b1c1d1030bc8bf6d6600b4bf4ad1f7dae3c Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:43:29 -0800 Subject: [PATCH] build: use Python311 exe (#45362) build: yse Python311 exe Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Keeley Hammond --- .github/actions/install-build-tools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-build-tools/action.yml b/.github/actions/install-build-tools/action.yml index f84472b4b1bd..0dca6d013010 100644 --- a/.github/actions/install-build-tools/action.yml +++ b/.github/actions/install-build-tools/action.yml @@ -16,5 +16,5 @@ runs: e auto-update disable if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then e d cipd.bat --version - cp "C:\Python37\python.exe" "C:\Python37\python3.exe" + cp "C:\Python311\python.exe" "C:\Python311\python3.exe" fi