File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ jobs:
55
55
matrix :
56
56
name : [
57
57
" windows-py38" ,
58
- " windows-py38 -pluggy" ,
58
+ " windows-py39 -pluggy" ,
59
59
" windows-py39" ,
60
60
" windows-py310" ,
61
61
" windows-py311" ,
62
62
" windows-py312" ,
63
63
" windows-py313" ,
64
64
65
65
" ubuntu-py38" ,
66
- " ubuntu-py38 -pluggy" ,
66
+ " ubuntu-py39 -pluggy" ,
67
67
" ubuntu-py38-freeze" ,
68
68
" ubuntu-py39" ,
69
69
" ubuntu-py310" ,
@@ -88,10 +88,10 @@ jobs:
88
88
os : windows-latest
89
89
tox_env : " py38-unittestextras"
90
90
use_coverage : true
91
- - name : " windows-py38 -pluggy"
92
- python : " 3.8 "
91
+ - name : " windows-py39 -pluggy"
92
+ python : " 3.9 "
93
93
os : windows-latest
94
- tox_env : " py38 -pluggymain-pylib-xdist"
94
+ tox_env : " py39 -pluggymain-pylib-xdist"
95
95
- name : " windows-py39"
96
96
python : " 3.9"
97
97
os : windows-latest
@@ -118,10 +118,10 @@ jobs:
118
118
os : ubuntu-latest
119
119
tox_env : " py38-lsof-numpy-pexpect"
120
120
use_coverage : true
121
- - name : " ubuntu-py38 -pluggy"
122
- python : " 3.8 "
121
+ - name : " ubuntu-py39 -pluggy"
122
+ python : " 3.9 "
123
123
os : ubuntu-latest
124
- tox_env : " py38 -pluggymain-pylib-xdist"
124
+ tox_env : " py39 -pluggymain-pylib-xdist"
125
125
- name : " ubuntu-py38-freeze"
126
126
python : " 3.8"
127
127
os : ubuntu-latest
@@ -192,9 +192,9 @@ jobs:
192
192
contains(
193
193
fromJSON(
194
194
'[
195
- "windows-py38 -pluggy",
195
+ "windows-py39 -pluggy",
196
196
"windows-py313",
197
- "ubuntu-py38 -pluggy",
197
+ "ubuntu-py39 -pluggy",
198
198
"ubuntu-py38-freeze",
199
199
"ubuntu-py313",
200
200
"macos-py38",
You can’t perform that action at this time.
0 commit comments