Skip to content

Commit 674aefd

Browse files
committed
More conversative CI. No windows.
1 parent 3e04cba commit 674aefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [macos-13, macos-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-latest, windows-2019, windows-2022, windows-2025, windows-latest]
12-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
11+
os: [macos-13, macos-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-latest]
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python

0 commit comments

Comments
 (0)