From 6d63c67d09cecae1929ada0d4bf3c63dd6dcb2e3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 5 Aug 2024 20:27:17 +0200 Subject: [PATCH] CPython 3.6 and 3.7 are no longer available on macos-latest. --- .github/workflows/ci-cd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 827cd4a..52e2897 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -527,6 +527,11 @@ jobs: python-version: pypy-3.6 - os: macos-latest python-version: pypy-3.6 + # CPython 3.6 and 3.7 is no longer available on macos-latest + - os: macos-latest + python-version: 3.6 + - os: macos-latest + python-version: 3.7 include: # NOTE: The last GNU/Linux CPython 3.6 available is built for Ubuntu 20 # https://github.com/actions/python-versions/blob/6dd0b75/versions-manifest.json#L3956-L3960