From 643421abc86fd6ea1eb1ad79bccb426116e7b0d2 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Fri, 6 Sep 2024 10:57:35 +0200 Subject: [PATCH] Revert "Work around actions/setup-python#696" This reverts commit 1bf3b9b1e4352bcb6a06753f633ed3bf4b8a173a. --- .github/workflows/pytest.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index f52c22d..b3673fa 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -29,14 +29,6 @@ jobs: - "3.11" - "3.12" - # Work around https://github.com/actions/setup-python/issues/696 - exclude: - - {os: macos-latest, python-version: "3.8"} - - {os: macos-latest, python-version: "3.9"} - include: - - {os: macos-13, python-version: "3.8"} - - {os: macos-13, python-version: "3.9"} - fail-fast: false runs-on: ${{ matrix.os }}