Skip to content

Commit a5660fa

Browse files
committed
remove windows for now
1 parent fafb720 commit a5660fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
18-
python-version: ["3.11", "3.12", "3.13"]
17+
os: [ubuntu-latest, macos-latest]
18+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- name: Checkout code

0 commit comments

Comments
 (0)