From bebe85a4c643ec90d37a75dfcd0d767d6a1c76e3 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:11:06 +0100 Subject: [PATCH] build: use Python311 exe (#45365) 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