Skip to content

Commit ba692a8

Browse files
committed
update core testing for numpy 2.3
1 parent 7baae1c commit ba692a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/core-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,17 @@ jobs:
2626
matrix:
2727
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2828
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
29-
numpy-version: ['1.24.4', '1.25.1', '1.26.4', '2.0.2','2.1.3', '2.2.4']
29+
numpy-version: ['1.24.4', '1.25.1', '1.26.4', '2.0.2','2.1.3', '2.2.4', '2.3.1']
3030
# 1.24: 3.11, 1.25: 3.11, 1.26: 3.12
3131
exclude:
3232
- python-version: '3.9'
3333
numpy-version: '2.1.3'
3434
- python-version: '3.9'
3535
numpy-version: '2.2.4'
36+
- python-version: '3.9'
37+
numpy-version: '2.3.1'
38+
- python-version: '3.10'
39+
numpy-version: '2.3.1'
3640
- python-version: '3.12'
3741
numpy-version: '1.24.4'
3842
- python-version: '3.12'

0 commit comments

Comments
 (0)