diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e91bc7127..d9c88f254 100755 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [windows] - python-version: [3.7, 3.8] + python-version: [3.8] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}