diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index c82438d2..1c2380ca 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -9,6 +9,9 @@ jobs: matrix: os: [ubuntu-20.04, windows-latest, macos-latest] python-version: ["3.6", "3.7", "3.11", "3.12"] + exclude: + - os: macos-latest + - python-version: ["3.6", "3.7"] runs-on: ${{ matrix.os }}