Skip to content

Commit b42cb48

Browse files
committed
Update Python version in integration tests
1 parent 163dc8c commit b42cb48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-python@v5
4141
with:
42-
python-version: "3.10"
42+
python-version: "3.13"
4343

4444
- name: Authenticate with GCP
4545
uses: 'google-github-actions/auth@v2'

.github/workflows/integration-tests-vm-type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: actions/setup-python@v5
5959
with:
60-
python-version: "3.10"
60+
python-version: "3.13"
6161

6262
- name: Authenticate with GCP
6363
uses: 'google-github-actions/auth@v2'

.github/workflows/k8s-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-python@v5
4141
with:
42-
python-version: "3.10"
42+
python-version: "3.13"
4343

4444
- name: Install dependencies
4545
run: |

0 commit comments

Comments
 (0)