Skip to content

Commit 5c7c3f6

Browse files
authored
Merge pull request #11294 from The-Compiler/pluggy-py38
ci: Use Python 3.8 to test latest pluggy
2 parents e3fe728 + ba40975 commit 5c7c3f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
matrix:
3939
name: [
4040
"windows-py37",
41-
"windows-py37-pluggy",
4241
"windows-py38",
42+
"windows-py38-pluggy",
4343
"windows-py39",
4444
"windows-py310",
4545
"windows-py311",
4646
"windows-py312",
4747

4848
"ubuntu-py37",
49-
"ubuntu-py37-pluggy",
5049
"ubuntu-py37-freeze",
5150
"ubuntu-py38",
51+
"ubuntu-py38-pluggy",
5252
"ubuntu-py39",
5353
"ubuntu-py310",
5454
"ubuntu-py311",
@@ -70,15 +70,15 @@ jobs:
7070
python: "3.7"
7171
os: windows-latest
7272
tox_env: "py37-numpy"
73-
- name: "windows-py37-pluggy"
74-
python: "3.7"
75-
os: windows-latest
76-
tox_env: "py37-pluggymain-pylib-xdist"
7773
- name: "windows-py38"
7874
python: "3.8"
7975
os: windows-latest
8076
tox_env: "py38-unittestextras"
8177
use_coverage: true
78+
- name: "windows-py38-pluggy"
79+
python: "3.8"
80+
os: windows-latest
81+
tox_env: "py38-pluggymain-pylib-xdist"
8282
- name: "windows-py39"
8383
python: "3.9"
8484
os: windows-latest
@@ -101,10 +101,6 @@ jobs:
101101
os: ubuntu-latest
102102
tox_env: "py37-lsof-numpy-pexpect"
103103
use_coverage: true
104-
- name: "ubuntu-py37-pluggy"
105-
python: "3.7"
106-
os: ubuntu-latest
107-
tox_env: "py37-pluggymain-pylib-xdist"
108104
- name: "ubuntu-py37-freeze"
109105
python: "3.7"
110106
os: ubuntu-latest
@@ -113,6 +109,10 @@ jobs:
113109
python: "3.8"
114110
os: ubuntu-latest
115111
tox_env: "py38-xdist"
112+
- name: "ubuntu-py38-pluggy"
113+
python: "3.8"
114+
os: ubuntu-latest
115+
tox_env: "py38-pluggymain-pylib-xdist"
116116
- name: "ubuntu-py39"
117117
python: "3.9"
118118
os: ubuntu-latest

0 commit comments

Comments
 (0)