diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 023e0e1fc..9f12b7901 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.11"] steps: - name: Check out repository