Skip to content

Commit 786a435

Browse files
CI: Include Python 3.13 in test matrix; update latest numpy to 2.1.2.
1 parent 032ac39 commit 786a435

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.github/workflows/tests.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
11-
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.0']
10+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
11+
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2', '1.26.4', '2.0.2', '2.1.2']
1212
exclude:
1313
- python-version: '3.7'
1414
numpy-version: '1.22.4'
@@ -31,9 +31,9 @@ jobs:
3131
- python-version: '3.8'
3232
numpy-version: '2.0.2'
3333
- python-version: '3.8'
34-
numpy-version: '2.1.0'
34+
numpy-version: '2.1.2'
3535
- python-version: '3.9'
36-
numpy-version: '2.1.0'
36+
numpy-version: '2.1.2'
3737
- python-version: '3.10'
3838
numpy-version: '1.20.3'
3939
- python-version: '3.11'
@@ -54,6 +54,22 @@ jobs:
5454
numpy-version: '1.24.4'
5555
- python-version: '3.12'
5656
numpy-version: '1.25.2'
57+
- python-version: '3.13'
58+
numpy-version: '1.20.3'
59+
- python-version: '3.13'
60+
numpy-version: '1.21.6'
61+
- python-version: '3.13'
62+
numpy-version: '1.22.4'
63+
- python-version: '3.13'
64+
numpy-version: '1.23.5'
65+
- python-version: '3.13'
66+
numpy-version: '1.24.4'
67+
- python-version: '3.13'
68+
numpy-version: '1.25.2'
69+
- python-version: '3.13'
70+
numpy-version: '1.26.4'
71+
- python-version: '3.13'
72+
numpy-version: '2.0.2'
5773

5874
steps:
5975
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)