Skip to content

Commit

Permalink
Add python 3.8 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Nov 9, 2019
1 parent f75f96f commit 32c38a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
matrix:
Python27_VS2017:
python.version: '2.7'
Python35_VS2017:
python.version: '3.5'
Python36_VS2017:
python.version: '3.6'
Python37_VS2017:
python.version: '3.7'
Python38_VS2017:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -44,12 +44,12 @@ jobs:
matrix:
Python27_macOS1014:
python.version: '2.7'
Python35_macOS1014:
python.version: '3.5'
Python36_macOS1014:
python.version: '3.6'
Python37_macOS1014:
python.version: '3.7'
Python38_macOS1014:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
Expand All @@ -71,12 +71,12 @@ jobs:
matrix:
Python27_macOS1013:
python.version: '2.7'
Python35_macOS1013:
python.version: '3.5'
Python36_macOS1013:
python.version: '3.6'
Python37_macOS1013:
python.version: '3.7'
Python38_macOS1013:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down

0 comments on commit 32c38a7

Please sign in to comment.