Merge pull request #4605 from dulmandakh/drop-python2-from-ci

drop python2 from CI
This commit is contained in:
Frost Ming
2021-01-28 23:02:52 -06:00
committed by GitHub
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
os: [MacOS, Ubuntu, Windows]
steps:
-9
View File
@@ -81,9 +81,6 @@ jobs:
vmImage: 'Ubuntu-latest'
strategy:
matrix:
"2.7":
python.version: '2.7'
python.architecture: x64
"3.6":
python.version: '3.6'
python.architecture: x64
@@ -106,9 +103,6 @@ jobs:
vmImage: windows-latest
strategy:
matrix:
"2.7":
python.version: '2.7'
python.architecture: x64
"3.6":
python.version: '3.6'
python.architecture: x64
@@ -130,9 +124,6 @@ jobs:
vmImage: macOS-latest
strategy:
matrix:
"2.7":
python.version: '2.7'
python.architecture: x64
"3.6":
python.version: '3.6'
python.architecture: x64