Skip to content

Commit e504f01

Browse files
committed
chore(deps): update dependency python to 3.14
1 parent c03a750 commit e504f01

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
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/setup-python@v5
7171
id: py311
7272
with:
73-
python-version: '3.13'
73+
python-version: '3.14'
7474
- uses: google-github-actions/setup-gcloud@v2
7575
env:
7676
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
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-python@v5
7777
id: py311
7878
with:
79-
python-version: '3.13'
79+
python-version: '3.14'
8080
- uses: google-github-actions/setup-gcloud@v2
8181
env:
8282
CLOUDSDK_PYTHON: ${{ steps.py311.outputs.python-path }}

0 commit comments

Comments
 (0)