Skip to content

Commit 75f7b0d

Browse files
committed
Update CI matrix
1 parent b47419a commit 75f7b0d

File tree

1 file changed

+4
-35
lines changed

1 file changed

+4
-35
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
16-
numpy-version: [ "1.20", "1.21", "1.22", "1.23", "1.24", "1.25", "1.26" ]
17-
exclude:
18-
- python-version: "3.8"
19-
numpy-version: "1.25"
20-
os: ubuntu-latest
21-
- python-version: "3.8"
22-
numpy-version: "1.26"
23-
os: ubuntu-latest
24-
- python-version: "3.10"
25-
numpy-version: "1.20"
26-
os: ubuntu-latest
27-
- python-version: "3.11"
28-
numpy-version: "1.20"
29-
os: ubuntu-latest
30-
- python-version: "3.11"
31-
numpy-version: "1.21"
32-
os: ubuntu-latest
33-
include:
34-
- python-version: "3.12"
35-
numpy-version: "1.26"
36-
os: ubuntu-latest
15+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
16+
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ]
3717
steps:
3818
- uses: actions/checkout@v2
3919

@@ -79,19 +59,8 @@ jobs:
7959
fail-fast: false
8060
matrix:
8161
os: [ ubuntu-latest ]
82-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
83-
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26" ]
84-
exclude:
85-
- python-version: "3.8"
86-
numpy-version: "1.25"
87-
os: ubuntu-latest
88-
- python-version: "3.8"
89-
numpy-version: "1.26"
90-
os: ubuntu-latest
91-
include:
92-
- python-version: "3.12"
93-
numpy-version: "1.26"
94-
os: ubuntu-latest
62+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
63+
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ]
9564
steps:
9665
- uses: actions/checkout@v2
9766

0 commit comments

Comments
 (0)