Skip to content

Commit 184d397

Browse files
committed
Add NumPy 2.0 as a separate run in the tests CI
1 parent d57c671 commit 184d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ['3.9', '3.10', '3.11', '3.12']
9-
numpy-version: ['1.21', '1.26', 'dev']
9+
numpy-version: ['1.21', '1.26', '2.0', 'dev']
1010
exclude:
1111
- python-version: '3.11'
1212
numpy-version: '1.21'

0 commit comments

Comments
 (0)