Skip to content

Commit d1118c4

Browse files
committed
ci: Remove python3.6 jobs
Azure Pipelines have removed Python 3.6 from the macOS-latest runners. Python3.6 is nearing end of life so we can remove testing for it. https://www.python.org/dev/peps/pep-0494/#lifespan
1 parent f7d4c96 commit d1118c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

azure-pipelines/analyse-and-test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ stages:
2525
uploadCoverage: "false"
2626
tox.env: checknews
2727

28-
Linting_Py_3_6:
29-
python.version: '3.6'
28+
Linting_Py_3_7:
29+
python.version: '3.7'
3030
vmImageName: ubuntu-latest
3131
uploadCoverage: "false"
3232
tox.env: linting
@@ -43,11 +43,11 @@ stages:
4343
uploadCoverage: "false"
4444
tox.env: linting
4545

46-
Linux_Py_3_6:
47-
python.version: '3.6'
46+
Linux_Py_3_7:
47+
python.version: '3.7'
4848
vmImageName: ubuntu-latest
4949
uploadCoverage: "false"
50-
tox.env: py36
50+
tox.env: py37
5151

5252
Linux_Py_3_8:
5353
python.version: '3.8'
@@ -61,11 +61,11 @@ stages:
6161
uploadCoverage: "true"
6262
tox.env: py39
6363

64-
Windows_Py_3_6:
65-
python.version: '3.6'
64+
Windows_Py_3_7:
65+
python.version: '3.7'
6666
vmImageName: windows-latest
6767
uploadCoverage: "false"
68-
tox.env: py36
68+
tox.env: py37
6969

7070
Windows_Py_3_8:
7171
python.version: '3.8'
@@ -79,11 +79,11 @@ stages:
7979
uploadCoverage: "true"
8080
tox.env: py39
8181

82-
macOS_Py_3_6:
83-
python.version: '3.6'
82+
macOS_Py_3_7:
83+
python.version: '3.7'
8484
vmImageName: macOS-latest
8585
uploadCoverage: "false"
86-
tox.env: py36
86+
tox.env: py37
8787

8888
macOS_Py_3_8:
8989
python.version: '3.8'

0 commit comments

Comments
 (0)