Skip to content

Commit 98f3cd3

Browse files
committed
Update Azure Pipelines
1 parent 1b0a9f0 commit 98f3cd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
vmImage: 'Ubuntu-20.04'
1212
strategy:
1313
matrix:
14-
Python2.7:
15-
python.version: '2.7'
1614
Python3.5:
1715
python.version: '3.5'
1816
Python3.6:
@@ -23,7 +21,7 @@ jobs:
2321
python.version: '3.8'
2422
Python3.9:
2523
python.version: '3.9'
26-
maxParallel: 6
24+
maxParallel: 5
2725

2826
steps:
2927
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)