Skip to content

Commit 03abdf9

Browse files
CI: Update latest released NumPy (1.26.4)
1 parent aea66e1 commit 03abdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
10-
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.2']
10+
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4']
1111
os: [ubuntu-latest, macos-12]
1212
exclude:
1313
- python-version: '3.10'
@@ -21,7 +21,7 @@ jobs:
2121
- python-version: '3.8'
2222
numpy-version: '1.25.2'
2323
- python-version: '3.8'
24-
numpy-version: '1.26.2'
24+
numpy-version: '1.26.4'
2525
- python-version: '3.12'
2626
numpy-version: '1.20.3'
2727
- python-version: '3.12'

0 commit comments

Comments
 (0)