Skip to content

Commit 77241c7

Browse files
zm711samuelgarcia
andauthored
Update testing for py3.14 (#1794)
* update testing for py3.14 * oops * update numpy for io-test --------- Co-authored-by: Garcia Samuel <[email protected]>
1 parent d658ee3 commit 77241c7

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

.github/workflows/core-test.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,22 @@ 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'
44-
- python-version: '3.13'
45-
numpy-version: '1.22.4'
46-
- python-version: '3.13'
47-
numpy-version: '1.23.5'
4844
- python-version: '3.13'
4945
numpy-version: '1.24.4'
5046
- python-version: '3.13'
@@ -53,6 +49,18 @@ jobs:
5349
numpy-version: '1.26.4'
5450
- python-version: '3.13'
5551
numpy-version: '2.0.2'
52+
- python-version: '3.14'
53+
numpy-version: '1.24.4'
54+
- python-version: '3.14'
55+
numpy-version: '1.25.1'
56+
- python-version: '3.14'
57+
numpy-version: '1.26.4'
58+
- python-version: '3.14'
59+
numpy-version: '2.0.2'
60+
- python-version: '3.14'
61+
numpy-version: '2.1.3'
62+
- python-version: '3.14'
63+
numpy-version: '2.2.6'
5664

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

.github/workflows/io-test.yml

Lines changed: 4 additions & 4 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']
22-
numpy-version: ['1.26', '2.3.1']
21+
python-version: ['3.9', '3.14']
22+
numpy-version: ['1.26', '2.3.3']
2323
exclude:
2424
- python-version: '3.9'
25-
numpy-version: '2.3.1'
26-
- python-version: '3.13'
25+
numpy-version: '2.3.3'
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)