diff --git a/.github/workflows/wheel-tests.yml b/.github/workflows/wheel-tests.yml index 0a6e90e2..3510fbd5 100644 --- a/.github/workflows/wheel-tests.yml +++ b/.github/workflows/wheel-tests.yml @@ -19,6 +19,9 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python: ["3.8", "3.9", "3.10", "3.11", "3.12"] + exclude: + - os: macos-latest + - python: "3.8" steps: - uses: actions/checkout@v4