diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8d4673e..89a7bb7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,16 +21,6 @@ jobs: python-architecture: x64 - os: macos-latest python-architecture: arm64 - exclude: - - os: macos-latest - python-version: "3.8" - python-architecture: x64 - - os: macos-latest - python-version: "3.9" - python-architecture: x64 - - os: macos-latest - python-version: "3.10" - python-architecture: x64 steps: - uses: actions/checkout@v4