diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b4cce2..f0b7244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] os: [Ubuntu, macOS, Windows] + exclude: + - os: "macOS" + python-version: "3.7" # Not available on latest MacOS images steps: - uses: actions/checkout@v3