diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0940d..8cc4846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-latest] # exclude: runs-on: ${{ matrix.platform }}