Skip to content

Commit d269e00

Browse files
Added CI checks with Python 3.7
1 parent b144a17 commit d269e00

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
Python36Mac:
2929
imageName: 'macos-10.15'
3030
python.version: '3.6'
31+
Python37Linux:
32+
imageName: 'ubuntu-latest'
33+
python.version: '3.7'
34+
Python37Windows:
35+
imageName: 'windows-latest'
36+
python.version: '3.7'
37+
Python37Mac:
38+
imageName: 'macos-latest'
39+
python.version: '3.7'
3140
Python38Linux:
3241
imageName: 'ubuntu-latest'
3342
python.version: '3.8'

0 commit comments

Comments
 (0)