Skip to content

Commit

Permalink
Add Python 3.8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder authored Nov 9, 2019
1 parent 9105e85 commit 454b4f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python.version: '3.6'
Python37_VS2017:
python.version: '3.7'
Python38_VS2017:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -53,6 +55,8 @@ jobs:
python.version: '3.6'
Python37_macOS1014:
python.version: '3.7'
Python38_macOS1014:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down Expand Up @@ -83,6 +87,8 @@ jobs:
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 454b4f6

Please sign in to comment.