Skip to content

Commit 5e9c807

Browse files
committed
update io workflow
1 parent 43f2c36 commit 5e9c807

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/io-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
python-version: ['3.9', '3.12']
22-
numpy-version: ['1.26', '2.0']
21+
python-version: ['3.9', '3.13']
22+
numpy-version: ['1.26', '2.2']
23+
exclude:
24+
- python-version: '3.9'
25+
numpy-version: '2.2'
26+
- python-version: '3.13'
27+
numpy-version: '1.26'
2328
defaults:
2429
# by default run in bash mode (required for conda usage)
2530
run:

0 commit comments

Comments
 (0)