ci(azure): remove python2.7 on MacOS

This commit is contained in:
New Future
2022-03-13 05:46:08 +00:00
committed by GitHub
parent 4d42a1f878
commit 83e71acbc0
-4
View File
@@ -41,7 +41,6 @@ jobs:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
architecture: 'x64'
- script: python -m pip install --upgrade pip
displayName: 'Install dependencies'
@@ -74,9 +73,6 @@ jobs:
vmImage: 'macos-latest'
strategy:
matrix:
Python27:
python.version: '2.7'
pyinstaller.version: 'pyinstaller==3.6'
Python37:
python.version: '3.7'
pyinstaller.version: 'pyinstaller'