From 749a4b3e5ef9d427ab5f35866ccf43e812c4d14d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 26 Oct 2022 16:10:18 +0200 Subject: [PATCH] tools: use Python 3.11 in GitHub Actions workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/45191 Reviewed-By: Rich Trott Reviewed-By: Moshe Atlow Reviewed-By: Richard Lau Reviewed-By: Christian Clauss Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Jiawen Geng Reviewed-By: Juan José Arboleda --- .github/workflows/build-tarball.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/coverage-linux.yml | 2 +- .github/workflows/coverage-windows.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 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 2ced884f35c539..85eb9130d530a2 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.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 9b5f81a816e2d0..d503d11c096e46 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index db0a82c9e21d73..2ec75ca7b7286f 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -26,7 +26,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml index 78465acb17566d..daecafcc034181 100644 --- a/.github/workflows/coverage-windows.yml +++ b/.github/workflows/coverage-windows.yml @@ -28,7 +28,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1b5c9e8f9ba421..65895c786adf9f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.11' NODE_VERSION: lts/* permissions: diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml index 28f322a6a3dfbb..53dacd80675aff 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.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml index 1e968652896f1e..ced20cf0814de6 100644 --- a/.github/workflows/test-internet.yml +++ b/.github/workflows/test-internet.yml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: '3.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 24196849d1bac8..81c0d709005c28 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.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 7faddc8eaedaec..c5be401871e353 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.10' + PYTHON_VERSION: '3.11' FLAKY_TESTS: keep_retrying permissions: