Skip to content

Commit 65b60c5

Browse files
author
Devon Ryan
committed
Drop old unsupported pythons
1 parent ea5b1ac commit 65b60c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ jobs:
88
vmImage: 'ubuntu-latest'
99
strategy:
1010
matrix:
11-
Python36:
12-
python.version: '3.6'
13-
Python37:
14-
python.version: '3.7'
1511
Python38:
1612
python.version: '3.8'
1713
Python39:
1814
python.version: '3.9'
1915
Python310:
2016
python.version: '3.10'
17+
Python311:
18+
python.version: '3.11'
2119
maxParallel: 5
2220

2321
steps:

0 commit comments

Comments
 (0)