diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23d4d730c..f3b2fc133 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,6 +31,11 @@ jobs: plat: manylinux2010_x86_64 python_ver: '38' python.version: '3.8' + Python39: + arch: x86_64 + plat: manylinux2010_x86_64 + python_ver: '39' + python.version: '3.9' variables: CCACHE_DIR: $(Pipeline.Workspace)/ccache @@ -118,6 +123,8 @@ jobs: python.version: '3.7' Python38: python.version: '3.8' + Python39: + python.version: '3.9' variables: CCACHE_DIR: $(Pipeline.Workspace)/ccache @@ -240,6 +247,8 @@ jobs: Python38: python_ver: '38' python.version: '3.8' + Python39: + python.version: '3.9' steps: - task: UsePythonVersion@0