diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba6c48c..8e7eb5a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, windows-latest] python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] runs-on: ${{ matrix.platform }}