Skip to content

Commit cd4b327

Browse files
authored
Merge pull request python-quantities#233 from apdavison/update-ci
Update CI matrix
2 parents 329433c + 2ace617 commit cd4b327

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,20 @@ 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" ]
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" ]
1717
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"
18+
- python-version: "3.12"
19+
numpy-version: "1.22"
2620
os: ubuntu-latest
27-
- python-version: "3.11"
28-
numpy-version: "1.20"
21+
- python-version: "3.12"
22+
numpy-version: "1.23"
2923
os: ubuntu-latest
30-
- python-version: "3.11"
31-
numpy-version: "1.21"
24+
- python-version: "3.12"
25+
numpy-version: "1.24"
3226
os: ubuntu-latest
33-
include:
3427
- python-version: "3.12"
35-
numpy-version: "1.26"
28+
numpy-version: "1.25"
3629
os: ubuntu-latest
3730
- python-version: "3.12"
3831
numpy-version: "2.0"
@@ -82,18 +75,20 @@ jobs:
8275
fail-fast: false
8376
matrix:
8477
os: [ ubuntu-latest ]
85-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
86-
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26" ]
78+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
79+
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ]
8780
exclude:
88-
- python-version: "3.8"
89-
numpy-version: "1.25"
81+
- python-version: "3.12"
82+
numpy-version: "1.22"
83+
os: ubuntu-latest
84+
- python-version: "3.12"
85+
numpy-version: "1.23"
9086
os: ubuntu-latest
91-
- python-version: "3.8"
92-
numpy-version: "1.26"
87+
- python-version: "3.12"
88+
numpy-version: "1.24"
9389
os: ubuntu-latest
94-
include:
9590
- python-version: "3.12"
96-
numpy-version: "1.26"
91+
numpy-version: "1.25"
9792
os: ubuntu-latest
9893
steps:
9994
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)