Skip to content

Commit 749a4b3

Browse files
lpincarichardlau
authored andcommitted
tools: use Python 3.11 in GitHub Actions workflows
PR-URL: #45191 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent cc2c764 commit 749a4b3

9 files changed

+9
-9
lines changed

.github/workflows/build-tarball.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
cancel-in-progress: true
2929

3030
env:
31-
PYTHON_VERSION: '3.10'
31+
PYTHON_VERSION: '3.11'
3232
FLAKY_TESTS: keep_retrying
3333

3434
permissions:

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
PYTHON_VERSION: '3.10'
26+
PYTHON_VERSION: '3.11'
2727
FLAKY_TESTS: keep_retrying
2828

2929
permissions:

.github/workflows/coverage-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
env:
29-
PYTHON_VERSION: '3.10'
29+
PYTHON_VERSION: '3.11'
3030
FLAKY_TESTS: keep_retrying
3131

3232
permissions:

.github/workflows/coverage-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
cancel-in-progress: true
2929

3030
env:
31-
PYTHON_VERSION: '3.10'
31+
PYTHON_VERSION: '3.11'
3232
FLAKY_TESTS: keep_retrying
3333

3434
permissions:

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
PYTHON_VERSION: '3.10'
17+
PYTHON_VERSION: '3.11'
1818
NODE_VERSION: lts/*
1919

2020
permissions:

.github/workflows/test-asan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030

3131
env:
3232
ASAN_OPTIONS: intercept_tls_get_addr=0
33-
PYTHON_VERSION: '3.10'
33+
PYTHON_VERSION: '3.11'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:

.github/workflows/test-internet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
PYTHON_VERSION: '3.10'
24+
PYTHON_VERSION: '3.11'
2525
FLAKY_TESTS: keep_retrying
2626

2727
permissions:

.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
PYTHON_VERSION: '3.10'
26+
PYTHON_VERSION: '3.11'
2727
FLAKY_TESTS: keep_retrying
2828

2929
permissions:

.github/workflows/test-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
cancel-in-progress: true
3030

3131
env:
32-
PYTHON_VERSION: '3.10'
32+
PYTHON_VERSION: '3.11'
3333
FLAKY_TESTS: keep_retrying
3434

3535
permissions:

0 commit comments

Comments
 (0)