Skip to content

Commit f18e440

Browse files
authored
Test numpy 2.1
1 parent 5e9c807 commit f18e440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/io-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
python-version: ['3.9', '3.13']
22-
numpy-version: ['1.26', '2.2']
22+
numpy-version: ['1.26', '2.1']
2323
exclude:
2424
- python-version: '3.9'
25-
numpy-version: '2.2'
25+
numpy-version: '2.1'
2626
- python-version: '3.13'
2727
numpy-version: '1.26'
2828
defaults:

0 commit comments

Comments
 (0)