File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments