diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2c53592..d68c208 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: arch: ["32", "64"] - version: ["3.12.8"] + version: ["3.13.1"] runs-on: windows-latest steps: - name: checkout