diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index cb5db58be..e541b8e0b 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest] python: ['3.7', '3.8', '3.9', '3.10'] steps: