|
60 | 60 | toxpython: 'python3.11' |
61 | 61 | tox_env: 'docs' |
62 | 62 | os: 'ubuntu-latest' |
63 | | - - name: 'py39-pytest90-xdist38-coverage713 (ubuntu)' |
64 | | - python: '3.9' |
65 | | - toxpython: 'python3.9' |
66 | | - python_arch: 'x64' |
67 | | - tox_env: 'py39-pytest90-xdist38-coverage713' |
68 | | - os: 'ubuntu-latest' |
69 | | - - name: 'py39-pytest90-xdist38-coverage713 (windows)' |
70 | | - python: '3.9' |
71 | | - toxpython: 'python3.9' |
72 | | - python_arch: 'x64' |
73 | | - tox_env: 'py39-pytest90-xdist38-coverage713' |
74 | | - os: 'windows-latest' |
75 | | - - name: 'py39-pytest90-xdist38-coverage713 (macos)' |
76 | | - python: '3.9' |
77 | | - toxpython: 'python3.9' |
78 | | - python_arch: 'arm64' |
79 | | - tox_env: 'py39-pytest90-xdist38-coverage713' |
80 | | - os: 'macos-latest' |
81 | 63 | - name: 'py310-pytest90-xdist38-coverage713 (ubuntu)' |
82 | 64 | python: '3.10' |
83 | 65 | toxpython: 'python3.10' |
@@ -168,24 +150,6 @@ jobs: |
168 | 150 | python_arch: 'arm64' |
169 | 151 | tox_env: 'py314-pytest90-xdist38-coverage713' |
170 | 152 | os: 'macos-latest' |
171 | | - - name: 'pypy39-pytest90-xdist38-coverage713 (ubuntu)' |
172 | | - python: 'pypy-3.9' |
173 | | - toxpython: 'pypy3.9' |
174 | | - python_arch: 'x64' |
175 | | - tox_env: 'pypy39-pytest90-xdist38-coverage713' |
176 | | - os: 'ubuntu-latest' |
177 | | - - name: 'pypy39-pytest90-xdist38-coverage713 (windows)' |
178 | | - python: 'pypy-3.9' |
179 | | - toxpython: 'pypy3.9' |
180 | | - python_arch: 'x64' |
181 | | - tox_env: 'pypy39-pytest90-xdist38-coverage713' |
182 | | - os: 'windows-latest' |
183 | | - - name: 'pypy39-pytest90-xdist38-coverage713 (macos)' |
184 | | - python: 'pypy-3.9' |
185 | | - toxpython: 'pypy3.9' |
186 | | - python_arch: 'arm64' |
187 | | - tox_env: 'pypy39-pytest90-xdist38-coverage713' |
188 | | - os: 'macos-latest' |
189 | 153 | - name: 'pypy310-pytest90-xdist38-coverage713 (ubuntu)' |
190 | 154 | python: 'pypy-3.10' |
191 | 155 | toxpython: 'pypy3.10' |
@@ -222,6 +186,42 @@ jobs: |
222 | 186 | python_arch: 'arm64' |
223 | 187 | tox_env: 'pypy311-pytest90-xdist38-coverage713' |
224 | 188 | os: 'macos-latest' |
| 189 | + - name: 'py39-pytest80-xdist38-coverage710 (ubuntu)' |
| 190 | + python: '3.9' |
| 191 | + toxpython: 'python3.9' |
| 192 | + python_arch: 'x64' |
| 193 | + tox_env: 'py39-pytest80-xdist38-coverage710' |
| 194 | + os: 'ubuntu-latest' |
| 195 | + - name: 'py39-pytest80-xdist38-coverage710 (windows)' |
| 196 | + python: '3.9' |
| 197 | + toxpython: 'python3.9' |
| 198 | + python_arch: 'x64' |
| 199 | + tox_env: 'py39-pytest80-xdist38-coverage710' |
| 200 | + os: 'windows-latest' |
| 201 | + - name: 'py39-pytest80-xdist38-coverage710 (macos)' |
| 202 | + python: '3.9' |
| 203 | + toxpython: 'python3.9' |
| 204 | + python_arch: 'arm64' |
| 205 | + tox_env: 'py39-pytest80-xdist38-coverage710' |
| 206 | + os: 'macos-latest' |
| 207 | + - name: 'pypy39-pytest80-xdist38-coverage710 (ubuntu)' |
| 208 | + python: 'pypy-3.9' |
| 209 | + toxpython: 'pypy3.9' |
| 210 | + python_arch: 'x64' |
| 211 | + tox_env: 'pypy39-pytest80-xdist38-coverage710' |
| 212 | + os: 'ubuntu-latest' |
| 213 | + - name: 'pypy39-pytest80-xdist38-coverage710 (windows)' |
| 214 | + python: 'pypy-3.9' |
| 215 | + toxpython: 'pypy3.9' |
| 216 | + python_arch: 'x64' |
| 217 | + tox_env: 'pypy39-pytest80-xdist38-coverage710' |
| 218 | + os: 'windows-latest' |
| 219 | + - name: 'pypy39-pytest80-xdist38-coverage710 (macos)' |
| 220 | + python: 'pypy-3.9' |
| 221 | + toxpython: 'pypy3.9' |
| 222 | + python_arch: 'arm64' |
| 223 | + tox_env: 'pypy39-pytest80-xdist38-coverage710' |
| 224 | + os: 'macos-latest' |
225 | 225 | steps: |
226 | 226 | - uses: actions/checkout@v6 |
227 | 227 | with: |
|
0 commit comments