diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index fd70545ce93..b6923f7d826 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] timeout-minutes: 30 @@ -61,6 +61,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: pip cache-dependency-path: ".github/workflows/test-windows.yml" + allow-prereleases: true - name: Print build system information run: python3 .github/workflows/system-info.py