Skip to content

Commit 78c9c4e

Browse files
committed
Only run the 3.9 on older deps.
1 parent 4849a92 commit 78c9c4e

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

.github/workflows/test.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,6 @@ jobs:
6060
toxpython: 'python3.11'
6161
tox_env: 'docs'
6262
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'
8163
- name: 'py310-pytest90-xdist38-coverage713 (ubuntu)'
8264
python: '3.10'
8365
toxpython: 'python3.10'
@@ -168,24 +150,6 @@ jobs:
168150
python_arch: 'arm64'
169151
tox_env: 'py314-pytest90-xdist38-coverage713'
170152
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'
189153
- name: 'pypy310-pytest90-xdist38-coverage713 (ubuntu)'
190154
python: 'pypy-3.10'
191155
toxpython: 'pypy3.10'
@@ -222,6 +186,42 @@ jobs:
222186
python_arch: 'arm64'
223187
tox_env: 'pypy311-pytest90-xdist38-coverage713'
224188
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'
225225
steps:
226226
- uses: actions/checkout@v6
227227
with:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ envlist =
1515
clean,
1616
check,
1717
docs,
18-
{py39,py310,py311,py312,py313,py314,pypy39,pypy310,pypy311}-{pytest90}-{xdist38}-{coverage713},
18+
{py310,py311,py312,py313,py314,pypy310,pypy311}-{pytest90}-{xdist38}-{coverage713},
19+
{py39,pypy39}-{pytest80}-{xdist38}-{coverage710},
1920
report
2021
ignore_basepython_conflict = true
2122

0 commit comments

Comments
 (0)