Skip to content
/ node Public
forked from nodejs/node

Commit a3b1fc3

Browse files
authored
tools: use Python 3.12 in GitHub Actions workflows
PR-URL: nodejs#52301 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2241e8c commit a3b1fc3

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
@@ -44,7 +44,7 @@ on:
4444
- zlib
4545

4646
env:
47-
PYTHON_VERSION: '3.11'
47+
PYTHON_VERSION: '3.12'
4848

4949
permissions:
5050
contents: read

0 commit comments

Comments
 (0)