diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bad8a618..5499ee19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: - '3.10' - '3.11' - '3.12' + exclude: + - os.name: macos-latest + pyver: '3.7' runs-on: ${{ matrix.os.name }} name: ${{ matrix.os.icon }} ${{ matrix.os.name }} | ${{ matrix.pyver }} steps: