Skip to content

Commit 2ace617

Browse files
committed
With Python 3.12, only NumPy 1.26 or later will install
1 parent 75f7b0d commit 2ace617

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ jobs:
1414
os: [ ubuntu-latest ]
1515
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
1616
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ]
17+
exclude:
18+
- python-version: "3.12"
19+
numpy-version: "1.22"
20+
os: ubuntu-latest
21+
- python-version: "3.12"
22+
numpy-version: "1.23"
23+
os: ubuntu-latest
24+
- python-version: "3.12"
25+
numpy-version: "1.24"
26+
os: ubuntu-latest
27+
- python-version: "3.12"
28+
numpy-version: "1.25"
29+
os: ubuntu-latest
1730
steps:
1831
- uses: actions/checkout@v2
1932

@@ -61,6 +74,19 @@ jobs:
6174
os: [ ubuntu-latest ]
6275
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
6376
numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ]
77+
exclude:
78+
- python-version: "3.12"
79+
numpy-version: "1.22"
80+
os: ubuntu-latest
81+
- python-version: "3.12"
82+
numpy-version: "1.23"
83+
os: ubuntu-latest
84+
- python-version: "3.12"
85+
numpy-version: "1.24"
86+
os: ubuntu-latest
87+
- python-version: "3.12"
88+
numpy-version: "1.25"
89+
os: ubuntu-latest
6490
steps:
6591
- uses: actions/checkout@v2
6692

0 commit comments

Comments
 (0)