chore: run CI against 3.13 unconditionally again

Pinning to 3.13.6 was a workaround for the loky bug
This commit is contained in:
Matthias
2025-08-30 11:18:02 +02:00
parent daaff66ff0
commit 54c4dd1ce6

View File

@@ -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