File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
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 py313-windows-64
63- python : ' 3.13'
64- os : windows-latest
65- toxenv : py
66- tox_extra_args : " -n 4"
67-
68- - name : Test suite with py314-dev-ubuntu
69- python : ' 3.14-dev'
62+ - name : Test suite with py314-ubuntu, mypyc-compiled
63+ python : ' 3.14'
7064 os : ubuntu-24.04-arm
7165 toxenv : py
7266 tox_extra_args : " -n 4"
73- # allow_failure: true
7467 test_mypyc : true
68+ - name : Test suite with py314-windows-64
69+ python : ' 3.14'
70+ os : windows-latest
71+ toxenv : py
72+ tox_extra_args : " -n 4"
73+
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