Skip to content

Commit

Permalink
Use Python 3.10 for BuildPythonWheel (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Nov 15, 2021
1 parent 87ddbcb commit 3559950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
vmImage: 'ubuntu-20.04'
steps:
- task: UsePythonVersion@0
displayName: Use Python 3.9
displayName: Use Python 3.10
inputs:
versionSpec: 3.9
versionSpec: 3.10
- bash: |
set -ev
Expand Down

0 comments on commit 3559950

Please sign in to comment.