Skip to content

Commit

Permalink
Merge pull request #221 from Quansight-Labs/windows-py38
Browse files Browse the repository at this point in the history
Add Windows Python 3.8 CI.
  • Loading branch information
hameerabbasi committed Jan 13, 2020
2 parents 78c8b2c + e618aca commit 176d7ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/azure-steps-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x64}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x64}}
- bash: |
python -m pip install --upgrade pip
pip install cibuildwheel==0.11.1
Expand Down

0 comments on commit 176d7ef

Please sign in to comment.