From 49df8ad1d57ed3f2f5b7681bd462aec052ca7deb Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 24 Dec 2022 15:36:13 +0100 Subject: [PATCH] Added Python 3.11 to Azure pipeline --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7daf2454d..ad1445aa2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,6 +29,9 @@ jobs: cp310-cp310-win_amd64.whl: python.version: '3.10' python.architecture: 'x64' + cp311-cp311-win_amd64.whl: + python.version: '3.11' + python.architecture: 'x64' cp36-cp36m-win32.whl: python.version: '3.6' python.architecture: 'x86' @@ -44,6 +47,9 @@ jobs: cp310-cp310-win32.whl: python.version: '3.10' python.architecture: 'x86' + cp311-cp311-win32.whl: + python.version: '3.11' + python.architecture: 'x86' maxParallel: 6 steps: