Skip to content

Commit 1aa4fd5

Browse files
committed
CI: update the workflows
- stop testing python 3.9 - start testing python 3.13 - actually test Array API revision 2024.12
1 parent a8f567a commit 1aa4fd5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12', '3.13']
1515
numpy-version: ['1.26', 'dev']
1616
exclude:
17-
- python-version: '3.8'
18-
numpy-version: 'dev'
17+
- python-version: '3.13'
18+
numpy-version: '1.26'
1919

2020
steps:
2121
- name: Checkout array-api-strict

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.9', '3.10', '3.11', '3.12']
8+
python-version: ['3.10', '3.11', '3.12', '3.13']
99
numpy-version: ['1.26', 'dev']
1010
exclude:
11-
- python-version: '3.8'
12-
numpy-version: 'dev'
11+
- python-version: '3.13'
12+
numpy-version: '1.26'
1313
fail-fast: true
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)