diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2801d8d..0e300fb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,10 @@ jobs: matrix: os: ["ubuntu", "windows", "macos"] python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # https://devguide.python.org/versions/#versions - + exclude: + - os: macos + architecture: arm64 + python: ["3.7"] runs-on: ${{ matrix.os }}-latest steps: