Skip to content

Commit e1140ae

Browse files
committed
Update Azure Pipelines
1 parent 0152d7f commit e1140ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
vmImage: 'Ubuntu-20.04'
1212
strategy:
1313
matrix:
14-
Python3_5:
15-
python.version: '3.5'
1614
Python3_6:
1715
python.version: '3.6'
1816
Python3_7:
@@ -21,6 +19,8 @@ jobs:
2119
python.version: '3.8'
2220
Python3_9:
2321
python.version: '3.9'
22+
Python3_10:
23+
python.version: '3.10'
2424
maxParallel: 5
2525

2626
steps:

0 commit comments

Comments
 (0)