Skip to content

Commit 0485ba9

Browse files
committed
NumPy 1.25 requires Python >= 3.9
1 parent 5da431c commit 0485ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/core-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
python-version: ['3.8', '3.9', '3.10', '3.11']
3030
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.1', '1.25.1']
3131
exclude:
32+
- python-version: '3.8'
33+
numpy-version: '1.25.1'
3234
- python-version: '3.10'
3335
numpy-version: '1.20.3'
3436
- python-version: '3.11'

0 commit comments

Comments
 (0)