Skip to content

Commit 7baae1c

Browse files
authored
Apply suggestions from code review
1 parent 2f3668f commit 7baae1c

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.1']
22+
numpy-version: ['1.26', '2.3.1']
2323
exclude:
2424
- python-version: '3.9'
25-
numpy-version: '2.1'
25+
numpy-version: '2.3.1'
2626
- python-version: '3.13'
2727
numpy-version: '1.26'
2828
defaults:

0 commit comments

Comments
 (0)