File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 6060 Python39Mac :
6161 imageName : ' macos-10.14'
6262 python.version : ' 3.9'
63+ Python310Linux :
64+ imageName : ' ubuntu-latest'
65+ python.version : ' 3.10'
66+ Python310Windows :
67+ imageName : ' windows-latest'
68+ python.version : ' 3.10'
69+ Python310Mac :
70+ imageName : ' macos-latest'
71+ python.version : ' 3.10'
72+ Python311Linux :
73+ imageName : ' ubuntu-latest'
74+ python.version : ' 3.11.0-rc.2'
75+ Python311Windows :
76+ imageName : ' windows-latest'
77+ python.version : ' 3.11.0-rc.2'
78+ Python311Mac :
79+ imageName : ' macos-latest'
80+ python.version : ' 3.11.0-rc.2'
6381 maxParallel : 4
6482 pool :
6583 vmImage : $(imageName)
6987 inputs :
7088 versionSpec : ' $(python.version)'
7189 architecture : ' x64'
90+ allowUnstable : true
7291
7392 - script : |
7493 python -m pip install --upgrade pip setuptools
You can’t perform that action at this time.
0 commit comments