Skip to content
Merged
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
exclude:
- os: "windows-latest"
python-version: "3.13"

fail-fast: false

Expand Down Expand Up @@ -93,6 +96,9 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
exclude:
- os: "windows-latest"
python-version: "3.13"

fail-fast: false

Expand Down
Loading
Loading