Skip to content

Commit 429a276

Browse files
committed
Bump up to python 3.8 for Azure Pipelines
1 parent 78180ff commit 429a276

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ jobs:
77
pool:
88
vmImage: 'vs2017-win2016'
99
strategy:
10-
matrix:
11-
Python36:
12-
python.version: '3.6'
1310
maxParallel: 10
1411

1512
steps:
1613
- task: UsePythonVersion@0
1714
inputs:
18-
versionSpec: '$(python.version)'
15+
versionSpec: '3.7'
1916
architecture: 'x64'
2017

2118
- script: |

0 commit comments

Comments
 (0)