Skip to content

Commit 021f579

Browse files
committed
For #13673, Python 3.7 and 3.9
1 parent cc167c0 commit 021f579

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

azure-pipelines.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@ jobs:
2424
strategy:
2525
matrix:
2626
# Define all the platform/python version we need
27+
MacPython37:
28+
platform: 'osx' # Short name for us
29+
imageName: 'macOS-latest'
30+
python.version: '3.7'
31+
WinPython37:
32+
platform: 'win' # Short name for us
33+
imageName: 'windows-latest'
34+
python.version: '3.7'
35+
LinuxPython37:
36+
platform: 'linux' # Short name for us
37+
imageName: 'ubuntu-latest'
38+
python.version: '3.7'
39+
MacPython39:
40+
platform: 'osx' # Short name for us
41+
imageName: 'macOS-latest'
42+
python.version: '3.9'
43+
WinPython39:
44+
platform: 'win' # Short name for us
45+
imageName: 'windows-latest'
46+
python.version: '3.9'
47+
LinuxPython39:
48+
platform: 'linux' # Short name for us
49+
imageName: 'ubuntu-latest'
50+
python.version: '3.9'
2751
MacPython311:
2852
platform: 'osx' # Short name for us
2953
imageName: 'macOS-latest'

0 commit comments

Comments
 (0)