Skip to content

Commit 13537d1

Browse files
committed
exclude CI tests for python 3.13 in windows
1 parent d88cf70 commit 13537d1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
matrix:
6060
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6161
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
62+
exclude:
63+
- os: "windows-latest"
64+
python-version: "3.13"
6265

6366
fail-fast: false
6467

@@ -93,7 +96,10 @@ jobs:
9396
matrix:
9497
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9598
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
96-
99+
exclude:
100+
- os: "windows-latest"
101+
python-version: "3.13"
102+
97103
fail-fast: false
98104

99105
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)