From bc5caf2de07bb2cf5e736070bb063164e240173d Mon Sep 17 00:00:00 2001 From: Kyle Skolfield Date: Tue, 23 Jan 2024 16:09:36 -0700 Subject: [PATCH] Update test_pr_and_main.yml --- .github/workflows/test_pr_and_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index ac83aa8..1aeb29e 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -59,7 +59,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] python: [3.8, 3.9, '3.10', '3.11'] steps: - name: Checkout source