From eff9a0592d881cf2e86e848a8d3b3d1ad908900a Mon Sep 17 00:00:00 2001 From: Carter Tinney Date: Thu, 11 Jun 2026 15:04:42 -0700 Subject: [PATCH] 3.14 --- vsts/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vsts/build.yaml b/vsts/build.yaml index 587c175a6..2e6e21a12 100644 --- a/vsts/build.yaml +++ b/vsts/build.yaml @@ -41,8 +41,10 @@ jobs: Python313: python.version: '3.13' # Disabled as it is failing on pipeline (published uamqp wheel fails to compile) - # Python314: - # python.version: '3.14' + Python314: + python.version: '3.14' + # Python315: + # python.version: '3.15' steps: - task: UsePythonVersion@0 displayName: 'Use Python $(python.version)'