Skip to content

Commit

Permalink
Merge pull request #209 from Bam4d/python_310_build_test_deploy
Browse files Browse the repository at this point in the history
test deployment and build of python 3.10
  • Loading branch information
Bam4d authored Jul 20, 2022
2 parents 86a9607 + 40365a2 commit b1cb0da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
PythonVersion: 3.9
PyBin: cp39-cp39
PLAT: manylinux2014_x86_64
ManyLinux_p310:
PythonVersion: 3.10
PyBin: cp310-cp310
PLAT: manylinux2014_x86_64
steps:
- task: InstallSSHKey@0
inputs:
Expand Down Expand Up @@ -208,6 +212,8 @@ jobs:
PythonVersion: 3.8
Windows_p39:
PythonVersion: 3.9
Windows_p310:
PythonVersion: 3.10
steps:
- task: InstallSSHKey@0
inputs:
Expand Down Expand Up @@ -332,6 +338,8 @@ jobs:
PythonVersion: 3.8
MacOS_p39:
PythonVersion: 3.9
MacOS_p310:
PythonVersion: 3.10
steps:
- task: InstallSSHKey@0
inputs:
Expand Down

0 comments on commit b1cb0da

Please sign in to comment.