Skip to content

Commit d278527

Browse files
committed
CI: test on python 3.14
1 parent f87ad8d commit d278527

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515
numpy-version: ['1.26', '2.3', 'dev']
1616
exclude:
1717
- python-version: '3.10'
@@ -20,6 +20,8 @@ jobs:
2020
numpy-version: 'dev'
2121
- python-version: '3.13'
2222
numpy-version: '1.26'
23+
- python-version: '3.14'
24+
numpy-version: '1.26'
2325
fail-fast: false
2426
steps:
2527
- name: Checkout array-api-strict

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.10', '3.11', '3.12', '3.13']
8+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
99
numpy-version: ['1.26', '2.3', 'dev']
1010
exclude:
1111
- python-version: '3.10'
@@ -14,6 +14,8 @@ jobs:
1414
numpy-version: 'dev'
1515
- python-version: '3.13'
1616
numpy-version: '1.26'
17+
- python-version: '3.14'
18+
numpy-version: '1.26'
1719
fail-fast: false
1820
steps:
1921
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)