Skip to content

Commit fff5084

Browse files
committed
chore: replace 3.8 with 3.12 in pipeline matrix
1 parent 342bc65 commit fff5084

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
@@ -6,14 +6,14 @@ pool:
66

77
strategy:
88
matrix:
9-
Python38:
10-
python.version: '3.8'
119
Python39:
1210
python.version: '3.9'
1311
Python310:
1412
python.version: '3.10'
1513
Python311:
1614
python.version: '3.11'
15+
Python312:
16+
python.version: '3.12'
1717

1818
steps:
1919
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)