Skip to content

Commit 94ad98e

Browse files
committed
Add Python 3.12 to CI
I guess that's the latest version nowadays.
1 parent 4e379d9 commit 94ad98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.9', '3.10', '3.11']
11+
python-version: ['3.9', '3.10', '3.11', '3.12']
1212
numpy-version: ['1.26', 'dev']
1313
exclude:
1414
- python-version: '3.8'

.github/workflows/tests.yml

Lines changed: 1 addition & 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.9', '3.10', '3.11']
8+
python-version: ['3.9', '3.10', '3.11', '3.12']
99
numpy-version: ['1.26', 'dev']
1010
exclude:
1111
- python-version: '3.8'

0 commit comments

Comments
 (0)