diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac618f2..7ddf6cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.7','3.8', '3.9', '3.10', '3.11', '3.12'] + exclude: + - os: macos-latest + version: '3.7' steps: - uses: actions/checkout@v3