chore: try downgrading python on windows ci

This commit is contained in:
Matthias
2025-08-21 06:59:20 +02:00
parent a7a16d1e1e
commit c0d404edb5

View File

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