Skip to content

Commit 3f360f7

Browse files
authored
[chore] Upgrade bundled python to 3.13.4 (#6325)
1 parent 2c80264 commit 3f360f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/bundle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG ARCH=amd64
1616
ARG JDK_VERSION=11.0.27_6
1717
ARG MAVEN_VERSION=3.6.0
18-
ARG PYTHON_VERSION=3.13.2
18+
ARG PYTHON_VERSION=3.13.4
1919
ARG PIP_VERSION=24.2
2020
ARG COLLECTD_VERSION=5.8.0-sfx0
2121
ARG COLLECTD_COMMIT=4d3327b14cf4359029613baf4f90c4952702105e

packaging/bundle/scripts/windows/bundle.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $repoDir = "$scriptDir\..\..\..\.."
1818
. $scriptDir\common.ps1
1919

2020
$BUILD_DIR="$repoDir\build"
21-
$PYTHON_VERSION="3.13.2"
21+
$PYTHON_VERSION="3.13.4"
2222
$PIP_VERSION="24.2"
2323
$NUGET_URL="https://aka.ms/nugetclidl"
2424
$NUGET_EXE="nuget.exe"

0 commit comments

Comments
 (0)