Skip to content

Commit f022983

Browse files
committed
Drop python 3.6 from CI
1 parent 7b865c7 commit f022983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
matrix:
1616
Python27:
1717
python.version: '2.7'
18-
Python35:
19-
python.version: '3.6'
2018
Python39:
2119
python.version: '3.9'
20+
Python311:
21+
python.version: '3.11'
2222
maxParallel: 3
2323

2424
steps:
@@ -47,7 +47,7 @@ jobs:
4747

4848
- task: UsePythonVersion@0
4949
inputs:
50-
versionSpec: '3.7'
50+
versionSpec: '3.10'
5151
architecture: 'x64'
5252

5353
- script: |

0 commit comments

Comments
 (0)