Skip to content

Commit 947de71

Browse files
committed
Drop python2.7 from CI as its not available anymore in CI
1 parent 542e6b3 commit 947de71

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
@@ -13,11 +13,11 @@ jobs:
1313
vmImage: 'Ubuntu-latest'
1414
strategy:
1515
matrix:
16-
Python27:
17-
python.version: '2.7'
1816
Python39:
1917
python.version: '3.9'
2018
Python311:
19+
python.version: '3.11'
20+
Python312:
2121
python.version: '3.12'
2222
maxParallel: 3
2323

0 commit comments

Comments
 (0)