Skip to content

Commit

Permalink
test-deploy for python 3,9
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Dec 1, 2021
1 parent 6268864 commit 4f5a38c
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 @@ -91,6 +91,10 @@ jobs:
PythonVersion: 3.8
PyBin: cp38-cp38
PLAT: manylinux2014_x86_64
ManyLinux_p39:
PythonVersion: 3.9
PyBin: cp39-cp39
PLAT: manylinux2014_x86_64
steps:
- task: InstallSSHKey@0
inputs:
Expand Down Expand Up @@ -209,6 +213,8 @@ jobs:
PythonVersion: 3.7
Windows_p38:
PythonVersion: 3.8
Windows_p39:
PythonVersion: 3.9
steps:
- task: InstallSSHKey@0
inputs:
Expand Down Expand Up @@ -333,6 +339,8 @@ jobs:
PythonVersion: 3.7
MacOS_p38:
PythonVersion: 3.8
MacOS_p39:
PythonVersion: 3.9
steps:
- task: InstallSSHKey@0
inputs:
Expand Down

0 comments on commit 4f5a38c

Please sign in to comment.