Skip to content

Commit

Permalink
[chore] Bump Python 3.13.1 to 3.13.2 (#5915)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Feb 17, 2025
1 parent 692193f commit df764a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG ARCH=amd64
ARG JDK_VERSION=11.0.25_9
ARG MAVEN_VERSION=3.6.0
ARG PYTHON_VERSION=3.13.1
ARG PYTHON_VERSION=3.13.2
ARG PIP_VERSION=24.2
ARG COLLECTD_VERSION=5.8.0-sfx0
ARG COLLECTD_COMMIT=4d3327b14cf4359029613baf4f90c4952702105e
Expand Down
2 changes: 1 addition & 1 deletion packaging/bundle/scripts/windows/bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $repoDir = "$scriptDir\..\..\..\.."
. $scriptDir\common.ps1

$BUILD_DIR="$repoDir\build"
$PYTHON_VERSION="3.13.1"
$PYTHON_VERSION="3.13.2"
$PIP_VERSION="24.2"
$NUGET_URL="https://aka.ms/nugetclidl"
$NUGET_EXE="nuget.exe"
Expand Down

0 comments on commit df764a6

Please sign in to comment.