From 7c58c45a4e81d9087b916de4290862ea53c4d7ef Mon Sep 17 00:00:00 2001 From: "Kay (Zekuan) Liu" Date: Wed, 24 Apr 2024 16:50:17 -0500 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ce6cc9b..75c1287 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,13 +20,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - exclude: - - os: macos-latest - python-version: '3.8' - - os: macos-latest - python-version: '3.9' steps: - uses: actions/checkout@v3