From 6a2aea96bacde3d10e4fc50a7343a501da7ae04e Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 12 Nov 2024 20:47:19 +0100 Subject: [PATCH] Including Python 3.13 in Azure pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe6cbc813b..0985a61def 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,6 +35,9 @@ jobs: cp312-cp312-win_amd64.whl: python.version: '3.12' python.architecture: 'x64' + cp313-cp313-win_amd64.whl: + python.version: '3.13' + python.architecture: 'x64' cp36-cp36m-win32.whl: python.version: '3.6' python.architecture: 'x86' @@ -56,6 +59,9 @@ jobs: cp312-cp312-win32.whl: python.version: '3.12' python.architecture: 'x86' + cp313-cp313-win32.whl: + python.version: '3.13' + python.architecture: 'x86' maxParallel: 6 steps: