Skip to content

Commit 37042cd

Browse files
committed
Reduce CI test matrix size
1 parent 0568a7c commit 37042cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: true
8787
matrix:
8888
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, windows-2025]
89-
python-version: ["3.9", "3.10", "3.11", "3.12"]
89+
python-version: ["3.8", "3.13"]
9090

9191
name: Unit on ${{ matrix.os }} with Python ${{ matrix.python-version }}
9292

@@ -142,7 +142,7 @@ jobs:
142142
fail-fast: true
143143
matrix:
144144
os: [ubuntu-24.04, windows-2025]
145-
python-version: ["3.9", "3.10", "3.11", "3.12"]
145+
python-version: ["3.8", "3.13"]
146146

147147
name: E2E on ${{ matrix.os }} with Python ${{ matrix.python-version }}
148148

0 commit comments

Comments
 (0)