Skip to content

Commit

Permalink
Merge pull request #148 from Bam4d/python_39_test_deploy
Browse files Browse the repository at this point in the history
test-deploy for python 3,9
  • Loading branch information
Bam4d authored Dec 1, 2021
2 parents 6268864 + 4f5a38c commit 9793e4c
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 9793e4c

Please sign in to comment.