From 0582f194fe8093a3980c650e41d1a5e633abd800 Mon Sep 17 00:00:00 2001 From: Hang Date: Mon, 19 Jan 2026 10:39:59 +0800 Subject: [PATCH] Init --- build_scripts/windows/scripts/build.cmd | 2 +- scripts/release/debian/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_scripts/windows/scripts/build.cmd b/build_scripts/windows/scripts/build.cmd index 61cbe0ba960..0882015ff14 100644 --- a/build_scripts/windows/scripts/build.cmd +++ b/build_scripts/windows/scripts/build.cmd @@ -30,7 +30,7 @@ if "%ARCH%"=="x86" ( echo Please set ARCH to "x86" or "x64" goto ERROR ) -set PYTHON_VERSION=3.13.9 +set PYTHON_VERSION=3.13.11 set WIX_DOWNLOAD_URL="https://azurecliprod.blob.core.windows.net/msi/wix310-binaries-mirror.zip" set PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-embed-%PYTHON_ARCH%.zip" diff --git a/scripts/release/debian/build.sh b/scripts/release/debian/build.sh index 6826cd6c963..9114fd3e8a9 100755 --- a/scripts/release/debian/build.sh +++ b/scripts/release/debian/build.sh @@ -15,7 +15,7 @@ set -exv ls -Rl /mnt/artifacts WORKDIR=`cd $(dirname $0); cd ../../../; pwd` -PYTHON_VERSION="3.13.9" +PYTHON_VERSION="3.13.11" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Update APT packages