Skip to content

Commit bbbf6c6

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 261f0b2 commit bbbf6c6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ pool:
1010
vmImage: ubuntu-latest
1111
strategy:
1212
matrix:
13-
Python27:
14-
python.version: '2.7'
15-
Python35:
16-
python.version: '3.5'
17-
Python36:
18-
python.version: '3.6'
19-
Python37:
20-
python.version: '3.7'
13+
Python38:
14+
python.version: '3.8'
15+
Python39:
16+
python.version: '3.9'
17+
Python310:
18+
python.version: '3.10'
2119

2220
steps:
2321
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)