Skip to content

Commit

Permalink
3.6 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Apr 13, 2022
1 parent a37753e commit 4398844
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'

Python310:
python.version: '3.10'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -94,8 +93,6 @@ jobs:
vmImage: 'windows-latest'
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
Expand Down

0 comments on commit 4398844

Please sign in to comment.