From 7a1782afa469c88276197c4c291f4ff807e75ca8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Apr 2024 11:44:31 -0400 Subject: [PATCH] build: no longer need to force macOS 13 for 3.8 and 3.9 --- .github/workflows/testsuite.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index f79e77e3f..9a0f8a74a 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -63,15 +63,12 @@ jobs: python-version: "pypy-3.9" - os: windows python-version: "pypy-3.10" - # GitHub is rolling out macos 14, but it doesn't have Python 3.8 or 3.9. - # https://mastodon.social/@hugovk/112320493602782374 - include: - - python-version: "3.8" - os: "macos" - os-version: "13" - - python-version: "3.9" - os: "macos" - os-version: "13" + # If we need to tweak the os version we can do it with an include like + # this: + # include: + # - python-version: "3.8" + # os: "macos" + # os-version: "13" fail-fast: false