Skip to content

Commit 60f958a

Browse files
authored
{Packaging} Bump embedded Python version to 3.11.8 (Azure#28624)
1 parent 1df023c commit 60f958a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_scripts/windows/scripts/build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if "%ARCH%"=="x86" (
3030
echo Please set ARCH to "x86" or "x64"
3131
goto ERROR
3232
)
33-
set PYTHON_VERSION=3.11.7
33+
set PYTHON_VERSION=3.11.8
3434

3535
set WIX_DOWNLOAD_URL="https://azurecliprod.blob.core.windows.net/msi/wix310-binaries-mirror.zip"
3636
set PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-embed-%PYTHON_ARCH%.zip"

scripts/release/debian/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -exv
1515
ls -Rl /mnt/artifacts
1616

1717
WORKDIR=`cd $(dirname $0); cd ../../../; pwd`
18-
PYTHON_VERSION="3.11.7"
18+
PYTHON_VERSION="3.11.8"
1919
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2020

2121
# Update APT packages

0 commit comments

Comments
 (0)