From c0d404edb5b8817abc971bcb5db0cded352ef22c Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 21 Aug 2025 06:59:20 +0200 Subject: [PATCH] chore: try downgrading python on windows ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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