We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57c671 commit 184d397Copy full SHA for 184d397
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
python-version: ['3.9', '3.10', '3.11', '3.12']
9
- numpy-version: ['1.21', '1.26', 'dev']
+ numpy-version: ['1.21', '1.26', '2.0', 'dev']
10
exclude:
11
- python-version: '3.11'
12
numpy-version: '1.21'
0 commit comments