Skip to content

Commit 12adfe8

Browse files
committed
CI: use numpy 2.3.5 for python 3.14 support
1 parent 2b85cef commit 12adfe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
15-
numpy-version: ['1.26', '2.3', 'dev']
15+
numpy-version: ['1.26', '2.3.5', 'dev']
1616
exclude:
1717
- python-version: '3.10'
1818
numpy-version: '2.3'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
9-
numpy-version: ['1.26', '2.3', 'dev']
9+
numpy-version: ['1.26', '2.3.5', 'dev']
1010
exclude:
1111
- python-version: '3.10'
12-
numpy-version: '2.3'
12+
numpy-version: '2.3.5'
1313
- python-version: '3.10'
1414
numpy-version: 'dev'
1515
- python-version: '3.13'

0 commit comments

Comments
 (0)