File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed
Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,6 @@ stages:
2727 - job : run_platform_tests
2828 strategy :
2929 matrix :
30- mac_py37 :
31- imageName : ' macOS-latest'
32- python.version : ' 3.7'
33- linux_py37 :
34- imageName : ' ubuntu-latest'
35- python.version : ' 3.7'
36- windows_py37 :
37- imageName : ' windows-latest'
38- python.version : ' 3.7'
39- mac_py38 :
40- imageName : ' macOS-latest'
41- python.version : ' 3.8'
42- linux_py38 :
43- imageName : ' ubuntu-latest'
44- python.version : ' 3.8'
45- windows_py38 :
46- imageName : ' windows-latest'
47- python.version : ' 3.8'
4830 mac_py39 :
4931 imageName : ' macOS-latest'
5032 python.version : ' 3.9'
@@ -72,6 +54,15 @@ stages:
7254 windows_py311 :
7355 imageName : ' windows-latest'
7456 python.version : ' 3.11'
57+ mac_py312 :
58+ imageName : ' macOS-latest'
59+ python.version : ' 3.12'
60+ linux_py312 :
61+ imageName : ' ubuntu-latest'
62+ python.version : ' 3.12'
63+ windows_py312 :
64+ imageName : ' windows-latest'
65+ python.version : ' 3.12'
7566 pool :
7667 vmImage : $(imageName)
7768
You can’t perform that action at this time.
0 commit comments