Skip to content

Commit 6c328ff

Browse files
committed
Run CI with Python 3.14.0 final
1 parent 6aa44da commit 6c328ff

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,25 @@ jobs:
5959
toxenv: py
6060
tox_extra_args: "-n 4"
6161
test_mypyc: true
62+
- name: Test suite with py314-ubuntu, mypyc-compiled
63+
python: '3.14'
64+
os: ubuntu-24.04-arm
65+
toxenv: py
66+
tox_extra_args: "-n 4"
67+
test_mypyc: true
6268
- name: Test suite with py313-windows-64
6369
python: '3.13'
6470
os: windows-latest
6571
toxenv: py
6672
tox_extra_args: "-n 4"
6773

68-
- name: Test suite with py314-dev-ubuntu
69-
python: '3.14-dev'
70-
os: ubuntu-24.04-arm
71-
toxenv: py
72-
tox_extra_args: "-n 4"
73-
# allow_failure: true
74-
test_mypyc: true
74+
# - name: Test suite with py315-dev-ubuntu
75+
# python: '3.15-dev'
76+
# os: ubuntu-24.04-arm
77+
# toxenv: py
78+
# tox_extra_args: "-n 4"
79+
# # allow_failure: true
80+
# test_mypyc: true
7581

7682
- name: mypyc runtime tests with py39-macos
7783
python: '3.9.21'

0 commit comments

Comments
 (0)