From 54c4dd1ce6492893607a5f4eb0548417976ffd4e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 30 Aug 2025 11:18:02 +0200 Subject: [PATCH] chore: run CI against 3.13 unconditionally again Pinning to 3.13.6 was a workaround for the loky bug --- .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 330994a5b..4a7b2a4b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,7 @@ jobs: strategy: matrix: os: [ "windows-2022", "windows-2025" ] - python-version: ["3.11", "3.12", "3.13.6"] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v5