Skip to content

Commit 7ba1453

Browse files
committed
update testing for py3.14
1 parent da45948 commit 7ba1453

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.github/workflows/core-test.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,30 @@ jobs:
2525
fail-fast: true
2626
matrix:
2727
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
28-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
29-
numpy-version: ['1.24.4', '1.25.1', '1.26.4', '2.0.2','2.1.3', '2.2.4', '2.3.1']
28+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
29+
numpy-version: ['1.24.4', '1.25.1', '1.26.4', '2.0.2','2.1.3', '2.2.6', '2.3.3']
3030
# 1.24: 3.11, 1.25: 3.11, 1.26: 3.12
3131
exclude:
3232
- python-version: '3.9'
3333
numpy-version: '2.1.3'
3434
- python-version: '3.9'
35-
numpy-version: '2.2.4'
35+
numpy-version: '2.2.6'
3636
- python-version: '3.9'
37-
numpy-version: '2.3.1'
37+
numpy-version: '2.3.3'
3838
- python-version: '3.10'
39-
numpy-version: '2.3.1'
39+
numpy-version: '2.3.3'
4040
- python-version: '3.12'
4141
numpy-version: '1.24.4'
4242
- python-version: '3.12'
4343
numpy-version: '1.25.1'
4444
- python-version: '3.13'
45-
numpy-version: '1.22.4'
45+
numpy-version: '1.24.4'
4646
- python-version: '3.13'
47-
numpy-version: '1.23.5'
47+
numpy-version: '1.25.1'
48+
- python-version: '3.13'
49+
numpy-version: '1.26.4'
50+
- python-version: '3.13'
51+
numpy-version: '2.0.2'
4852
- python-version: '3.13'
4953
numpy-version: '1.24.4'
5054
- python-version: '3.13'
@@ -53,6 +57,10 @@ jobs:
5357
numpy-version: '1.26.4'
5458
- python-version: '3.13'
5559
numpy-version: '2.0.2'
60+
- python-version: '3.13'
61+
numpy-version: '2.1.3'
62+
- python-version: '3.13'
63+
numpy-version: '2.2.6'
5664

5765
steps:
5866
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/io-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
python-version: ['3.9', '3.13']
21+
python-version: ['3.9', '3.14']
2222
numpy-version: ['1.26', '2.3.1']
2323
exclude:
2424
- python-version: '3.9'
2525
numpy-version: '2.3.1'
26-
- python-version: '3.13'
26+
- python-version: '3.14'
2727
numpy-version: '1.26'
2828
defaults:
2929
# by default run in bash mode (required for conda usage)

0 commit comments

Comments
 (0)