Skip to content

Commit

Permalink
Drop Python 3.5 and earlier in Azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 15, 2019
1 parent 3609c52 commit 8354c79
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
Python27:
python.version: '2.7'
Python35:
python.version: '3.5'
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
maxParallel: 4

steps:
Expand Down Expand Up @@ -54,7 +50,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'
versionSpec: '3.8'
architecture: 'x64'

- script: python -m pip install tox
Expand Down

0 comments on commit 8354c79

Please sign in to comment.