Skip to content

Commit b3dfc62

Browse files
targosmarco-ippolito
authored andcommitted
tools: use Python 3.12 in GitHub Actions workflows
PR-URL: #52301 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 197b61f commit b3dfc62

13 files changed

+13
-13
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.11'
31+
PYTHON_VERSION: '3.12'
3232
FLAKY_TESTS: keep_retrying
3333

3434
permissions:

.github/workflows/build-windows.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.11'
32+
PYTHON_VERSION: '3.12'
3333
FLAKY_TESTS: keep_retrying
3434

3535
permissions:

.github/workflows/coverage-linux-without-intl.yml

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

3232
env:
33-
PYTHON_VERSION: '3.11'
33+
PYTHON_VERSION: '3.12'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:

.github/workflows/coverage-linux.yml

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

3232
env:
33-
PYTHON_VERSION: '3.11'
33+
PYTHON_VERSION: '3.12'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:

.github/workflows/coverage-windows.yml

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

3232
env:
33-
PYTHON_VERSION: '3.11'
33+
PYTHON_VERSION: '3.12'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:

.github/workflows/daily-wpt-fyi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- cron: 30 0 * * *
1919

2020
env:
21-
PYTHON_VERSION: '3.11'
21+
PYTHON_VERSION: '3.12'
2222

2323
permissions:
2424
contents: read

.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.11'
17+
PYTHON_VERSION: '3.12'
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.11'
33+
PYTHON_VERSION: '3.12'
3434
FLAKY_TESTS: keep_retrying
3535

3636
permissions:

.github/workflows/test-internet.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.11'
32+
PYTHON_VERSION: '3.12'
3333
FLAKY_TESTS: keep_retrying
3434

3535
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.11'
26+
PYTHON_VERSION: '3.12'
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.11'
32+
PYTHON_VERSION: '3.12'
3333
FLAKY_TESTS: keep_retrying
3434

3535
permissions:

.github/workflows/test-ubsan.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.11'
32+
PYTHON_VERSION: '3.12'
3333
FLAKY_TESTS: keep_retrying
3434

3535
permissions:

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
- zlib
4444

4545
env:
46-
PYTHON_VERSION: '3.11'
46+
PYTHON_VERSION: '3.12'
4747

4848
permissions:
4949
contents: read

0 commit comments

Comments
 (0)