diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d9a5d5f..f16e2efcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,7 @@ jobs: strategy: matrix: os: [ windows-latest ] - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13.6"] steps: - uses: actions/checkout@v5