File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
# 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'
27
51
MacPython311 :
28
52
platform : ' osx' # Short name for us
29
53
imageName : ' macOS-latest'
You can’t perform that action at this time.
0 commit comments