File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 60
60
toxenv : py
61
61
tox_extra_args : " -n 2"
62
62
test_mypyc : true
63
+ - name : Test suite with py312-ubuntu, mypyc-compiled
64
+ python : ' 3.12-dev'
65
+ arch : x64
66
+ os : ubuntu-latest
67
+ toxenv : py
68
+ tox_extra_args : " -n 2"
69
+ test_mypyc : true
63
70
64
71
- name : mypyc runtime tests with py38-macos
65
72
python : ' 3.8.17'
@@ -134,24 +141,6 @@ jobs:
134
141
- name : Test
135
142
run : tox run -e ${{ matrix.toxenv }} --skip-pkg-install -- ${{ matrix.tox_extra_args }}
136
143
137
- python-nightly :
138
- runs-on : ubuntu-latest
139
- name : Test suite with Python nightly
140
- steps :
141
- - uses : actions/checkout@v3
142
- - uses : actions/setup-python@v4
143
- with :
144
- python-version : ' 3.12-dev'
145
- - name : Install tox
146
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
147
- - name : Setup tox environment
148
- run : tox run -e py --notest
149
- - name : Test
150
- run : tox run -e py --skip-pkg-install -- "-n 2"
151
- continue-on-error : true
152
- - name : Mark as a success
153
- run : exit 0
154
-
155
144
python_32bits :
156
145
runs-on : ubuntu-latest
157
146
name : Test mypyc suite with 32-bit Python
You can’t perform that action at this time.
0 commit comments