We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3668f commit 7baae1cCopy full SHA for 7baae1c
1 file changed
.github/workflows/io-test.yml
@@ -19,10 +19,10 @@ jobs:
19
fail-fast: true
20
matrix:
21
python-version: ['3.9', '3.13']
22
- numpy-version: ['1.26', '2.1']
+ numpy-version: ['1.26', '2.3.1']
23
exclude:
24
- python-version: '3.9'
25
- numpy-version: '2.1'
+ numpy-version: '2.3.1'
26
- python-version: '3.13'
27
numpy-version: '1.26'
28
defaults:
0 commit comments