This commit is contained in:
Will McGugan 2024-09-11 11:22:51 +01:00
parent a33fbf848f
commit 6864620549
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- { id: windows-latest, python-version: "3.13" }
- { os: windows-latest, python-version: "3.13" }
defaults:
run:
shell: bash