From a3b1fc3f27de4e703c150245b1be4e0babedf002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 3 Apr 2024 08:24:57 +0200 Subject: [PATCH] tools: use Python 3.12 in GitHub Actions workflows PR-URL: https://github.com/nodejs/node/pull/52301 Reviewed-By: Moshe Atlow Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca --- .github/workflows/build-tarball.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/coverage-linux-without-intl.yml | 2 +- .github/workflows/coverage-linux.yml | 2 +- .github/workflows/coverage-windows.yml | 2 +- .github/workflows/daily-wpt-fyi.yml | 2 +- .github/workflows/linters.yml | 2 +- .github/workflows/test-asan.yml | 2 +- .github/workflows/test-internet.yml | 2 +- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-macos.yml | 2 +- .github/workflows/test-ubsan.yml | 2 +- .github/workflows/tools.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 7e5d27d4247015..cfee49dd81c4a8 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -28,7 +28,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 60ad044baa79cb..90dd32cae310d4 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -29,7 +29,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/coverage-linux-without-intl.yml b/.github/workflows/coverage-linux-without-intl.yml index 10b1012f43fb84..41bbf9ba9f18b0 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -30,7 +30,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index 899e857bbe731d..7ec131c3966edc 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -30,7 +30,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml index f1bace062014a6..01980fb2c69865 100644 --- a/.github/workflows/coverage-windows.yml +++ b/.github/workflows/coverage-windows.yml @@ -30,7 +30,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/daily-wpt-fyi.yml b/.github/workflows/daily-wpt-fyi.yml index 1bef86c64336fe..9a6c76161d6853 100644 --- a/.github/workflows/daily-wpt-fyi.yml +++ b/.github/workflows/daily-wpt-fyi.yml @@ -18,7 +18,7 @@ on: - cron: 30 0 * * * env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' permissions: contents: read diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bb7b2d5cdbe572..af7f696821a575 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' NODE_VERSION: lts/* permissions: diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml index c97d55d4e8bef8..9441776ad6ccad 100644 --- a/.github/workflows/test-asan.yml +++ b/.github/workflows/test-asan.yml @@ -30,7 +30,7 @@ concurrency: env: ASAN_OPTIONS: intercept_tls_get_addr=0 - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml index 2c2e8060d9847f..5be5b2356d9add 100644 --- a/.github/workflows/test-internet.yml +++ b/.github/workflows/test-internet.yml @@ -29,7 +29,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 3dd559cff24da0..dd961ede7f3a3e 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index ae76bfa175523d..06572bbba050fb 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -29,7 +29,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-ubsan.yml b/.github/workflows/test-ubsan.yml index a5def62af126c6..c04357ef2413c2 100644 --- a/.github/workflows/test-ubsan.yml +++ b/.github/workflows/test-ubsan.yml @@ -29,7 +29,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 3d15f7a2ea8f87..c57132012ebcd5 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -44,7 +44,7 @@ on: - zlib env: - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.12' permissions: contents: read