mirror of
https://github.com/NewFuture/DDNS.git
synced 2022-04-19 20:24:44 +00:00
ci(azure): remove python2.7 on MacOS
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user