Skip to content

Commit 0f12db1

Browse files
authored
Merge pull request RustPython#1705 from youknowone/azure-38
Bump up to python 3.7 for Azure Pipelines
2 parents 78180ff + 429a276 commit 0f12db1

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)