Skip to content

Commit b631288

Browse files
committed
chore(deps): update dependency python to 3.13
1 parent 83d3a8c commit b631288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-python@v5
5454
id: py311
5555
with:
56-
python-version: '3.11'
56+
python-version: '3.13'
5757
- uses: google-github-actions/setup-gcloud@v2
5858
env:
5959
CLOUDSDK_PYTHON: ${{ steps.py311.outputs.python-path }}

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/setup-python@v5
5858
id: py311
5959
with:
60-
python-version: '3.11'
60+
python-version: '3.13'
6161
- uses: google-github-actions/setup-gcloud@v2
6262
env:
6363
CLOUDSDK_PYTHON: ${{ steps.py311.outputs.python-path }}

0 commit comments

Comments
 (0)