From 8e225498b3b637d7d9756fe957a4d4a841d1bcf7 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 3 Jun 2025 16:49:20 +0200 Subject: [PATCH 1/4] GHA: Get rid of Ubuntu 20.04 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae2bf42..afde768 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: # Ubuntu: test deadsnakes Python versions which are not supported by # GHA python-versions. - - os: ubuntu-20.04 + - os: ubuntu-22.04 python: "3.6" - os: ubuntu-22.04 python: "3.7" From 3387aba3746b60e1e9e1cc3507ac42ed179dc235 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 3 Jun 2025 16:50:56 +0200 Subject: [PATCH 2/4] . From 6bb6e7170986bb84d8de78e655d60380687ac89f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 3 Jun 2025 16:52:16 +0200 Subject: [PATCH 3/4] . --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afde768..310e340 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,9 +70,7 @@ jobs: python: "3.13" # macOS - # Python 3.8 is the oldest version available on macOS/arm64. - - os: macos-latest - python: "3.8" + # Python 3.9 is the oldest version available on macOS/arm64. - os: macos-latest python: "3.9" - os: macos-latest From 55d46426f88d5e0ed185a28fc401f84d0747bd93 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 3 Jun 2025 16:53:15 +0200 Subject: [PATCH 4/4] . --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 310e340..72d91db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,8 +84,6 @@ jobs: # Ubuntu: test deadsnakes Python versions which are not supported by # GHA python-versions. - - os: ubuntu-22.04 - python: "3.6" - os: ubuntu-22.04 python: "3.7"