File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ stages:
25
25
uploadCoverage : " false"
26
26
tox.env : checknews
27
27
28
- Linting_Py_3_6 :
29
- python.version : ' 3.6 '
28
+ Linting_Py_3_7 :
29
+ python.version : ' 3.7 '
30
30
vmImageName : ubuntu-latest
31
31
uploadCoverage : " false"
32
32
tox.env : linting
@@ -43,11 +43,11 @@ stages:
43
43
uploadCoverage : " false"
44
44
tox.env : linting
45
45
46
- Linux_Py_3_6 :
47
- python.version : ' 3.6 '
46
+ Linux_Py_3_7 :
47
+ python.version : ' 3.7 '
48
48
vmImageName : ubuntu-latest
49
49
uploadCoverage : " false"
50
- tox.env : py36
50
+ tox.env : py37
51
51
52
52
Linux_Py_3_8 :
53
53
python.version : ' 3.8'
@@ -61,11 +61,11 @@ stages:
61
61
uploadCoverage : " true"
62
62
tox.env : py39
63
63
64
- Windows_Py_3_6 :
65
- python.version : ' 3.6 '
64
+ Windows_Py_3_7 :
65
+ python.version : ' 3.7 '
66
66
vmImageName : windows-latest
67
67
uploadCoverage : " false"
68
- tox.env : py36
68
+ tox.env : py37
69
69
70
70
Windows_Py_3_8 :
71
71
python.version : ' 3.8'
@@ -79,11 +79,11 @@ stages:
79
79
uploadCoverage : " true"
80
80
tox.env : py39
81
81
82
- macOS_Py_3_6 :
83
- python.version : ' 3.6 '
82
+ macOS_Py_3_7 :
83
+ python.version : ' 3.7 '
84
84
vmImageName : macOS-latest
85
85
uploadCoverage : " false"
86
- tox.env : py36
86
+ tox.env : py37
87
87
88
88
macOS_Py_3_8 :
89
89
python.version : ' 3.8'
You can’t perform that action at this time.
0 commit comments