From 1c3f7937f4e229994dafa7b35ea46586842bf349 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 5 Feb 2026 21:36:01 +0100 Subject: [PATCH] Adding Python 3.14 to Windows. Experimental. --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f273e799a..f85e030bd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,6 +38,9 @@ jobs: cp313-cp313-win_amd64.whl: python.version: '3.13' python.architecture: 'x64' + cp314-cp314-win_amd64.whl: + python.version: '3.14' + python.architecture: 'x64' cp36-cp36m-win32.whl: python.version: '3.6' python.architecture: 'x86' @@ -62,6 +65,9 @@ jobs: cp313-cp313-win32.whl: python.version: '3.13' python.architecture: 'x86' + cp314-cp314-win32.whl: + python.version: '3.14' + python.architecture: 'x86' maxParallel: 6 steps: