File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 - ' *'
99variables :
1010 CIBW_BUILDING : " true"
11- CIBW_SKIP : " cp27-* cp34-*"
11+ CIBW_SKIP : " cp27-* cp34-* pp27-* "
1212 CIBW_TEST_COMMAND : " python -c \" import rtmixer; print(rtmixer.__version__)\" "
1313 CIBW_BUILD_VERBOSITY : " 2"
1414 CIBW_BEFORE_BUILD : " pip install -U pip setuptools"
2929 path : $(System.DefaultWorkingDirectory)/wheelhouse
3030 artifact : deployLinux
3131- job : macos
32- pool : {vmImage: 'macOS-10.13 '}
32+ pool : {vmImage: 'macOS-10.15 '}
3333 steps :
3434 - task : UsePythonVersion@0
3535 - bash : |
5050 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x64}}
5151 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x86}}
5252 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x64}}
53+ - {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x86}}
54+ - {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x64}}
5355 - bash : |
5456 git submodule update --init --recursive
5557 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments