Skip to content

Commit 1bd80f5

Browse files
CI: Update latest numpy in test matrix to 2.1.3.
1 parent 9129373 commit 1bd80f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
11-
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.2']
11+
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.3']
1212
exclude:
1313
- python-version: '3.7'
1414
numpy-version: '1.22.4'
@@ -23,17 +23,17 @@ jobs:
2323
- python-version: '3.7'
2424
numpy-version: '2.0.2'
2525
- python-version: '3.7'
26-
numpy-version: '2.1.2'
26+
numpy-version: '2.1.3'
2727
- python-version: '3.8'
2828
numpy-version: '1.25.2'
2929
- python-version: '3.8'
3030
numpy-version: '1.26.4'
3131
- python-version: '3.8'
3232
numpy-version: '2.0.2'
3333
- python-version: '3.8'
34-
numpy-version: '2.1.2'
34+
numpy-version: '2.1.3'
3535
- python-version: '3.9'
36-
numpy-version: '2.1.2'
36+
numpy-version: '2.1.3'
3737
- python-version: '3.10'
3838
numpy-version: '1.20.3'
3939
- python-version: '3.11'

0 commit comments

Comments
 (0)