Skip to content

Commit ebd23c1

Browse files
authored
Merge pull request #13068 from bluetech/eightthree-fix-ci-pluggy
[8.3.x] ci: fix failing jobs due to pluggy requiring Python>=3.9
2 parents 64e0f23 + e4d842a commit ebd23c1

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
@@ -55,15 +55,15 @@ jobs:
5555
matrix:
5656
name: [
5757
"windows-py38",
58-
"windows-py38-pluggy",
58+
"windows-py39-pluggy",
5959
"windows-py39",
6060
"windows-py310",
6161
"windows-py311",
6262
"windows-py312",
6363
"windows-py313",
6464

6565
"ubuntu-py38",
66-
"ubuntu-py38-pluggy",
66+
"ubuntu-py39-pluggy",
6767
"ubuntu-py38-freeze",
6868
"ubuntu-py39",
6969
"ubuntu-py310",
@@ -88,10 +88,10 @@ jobs:
8888
os: windows-latest
8989
tox_env: "py38-unittestextras"
9090
use_coverage: true
91-
- name: "windows-py38-pluggy"
92-
python: "3.8"
91+
- name: "windows-py39-pluggy"
92+
python: "3.9"
9393
os: windows-latest
94-
tox_env: "py38-pluggymain-pylib-xdist"
94+
tox_env: "py39-pluggymain-pylib-xdist"
9595
- name: "windows-py39"
9696
python: "3.9"
9797
os: windows-latest
@@ -118,10 +118,10 @@ jobs:
118118
os: ubuntu-latest
119119
tox_env: "py38-lsof-numpy-pexpect"
120120
use_coverage: true
121-
- name: "ubuntu-py38-pluggy"
122-
python: "3.8"
121+
- name: "ubuntu-py39-pluggy"
122+
python: "3.9"
123123
os: ubuntu-latest
124-
tox_env: "py38-pluggymain-pylib-xdist"
124+
tox_env: "py39-pluggymain-pylib-xdist"
125125
- name: "ubuntu-py38-freeze"
126126
python: "3.8"
127127
os: ubuntu-latest
@@ -192,9 +192,9 @@ jobs:
192192
contains(
193193
fromJSON(
194194
'[
195-
"windows-py38-pluggy",
195+
"windows-py39-pluggy",
196196
"windows-py313",
197-
"ubuntu-py38-pluggy",
197+
"ubuntu-py39-pluggy",
198198
"ubuntu-py38-freeze",
199199
"ubuntu-py313",
200200
"macos-py38",

0 commit comments

Comments
 (0)