We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df023c commit 60f958aCopy full SHA for 60f958a
build_scripts/windows/scripts/build.cmd
@@ -30,7 +30,7 @@ if "%ARCH%"=="x86" (
30
echo Please set ARCH to "x86" or "x64"
31
goto ERROR
32
)
33
-set PYTHON_VERSION=3.11.7
+set PYTHON_VERSION=3.11.8
34
35
set WIX_DOWNLOAD_URL="https://azurecliprod.blob.core.windows.net/msi/wix310-binaries-mirror.zip"
36
set PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-embed-%PYTHON_ARCH%.zip"
scripts/release/debian/build.sh
@@ -15,7 +15,7 @@ set -exv
15
ls -Rl /mnt/artifacts
16
17
WORKDIR=`cd $(dirname $0); cd ../../../; pwd`
18
-PYTHON_VERSION="3.11.7"
+PYTHON_VERSION="3.11.8"
19
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
20
21
# Update APT packages
0 commit comments