From d25c5e2b844bc09e12849832116aeeb29940b5c8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 14 Oct 2024 18:54:57 +0200 Subject: [PATCH] Fix GitHub Actions for latest Ubuntu --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f43aa5..b749c60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,6 @@ jobs: python: # Python versions (CPython): # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json - - "3.7" - "3.8" - "3.9" - "3.10" @@ -64,6 +63,8 @@ jobs: # GHA python-versions. - os: ubuntu-20.04 python: 3.6 + - os: ubuntu-22.04 + python: 3.7 steps: # https://github.com/actions/checkout