Skip to content

Commit a498243

Browse files
committed
ENH: Add 3.8 wheel build
1 parent fd96f3b commit a498243

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger:
88
- '*'
99
variables:
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"
@@ -29,7 +29,7 @@ jobs:
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: |
@@ -50,6 +50,8 @@ jobs:
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

0 commit comments

Comments
 (0)