diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 934e2a9..ba04d70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,9 @@ jobs: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.10"] os: [ubuntu-latest, macos-latest, windows-latest] + exclude: + - os: macos-latest + python-version: "3.7" timeout-minutes: 20 steps: