From 6f9f01e6cd6401efcd55de44488f7664d548767e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 17:10:17 +0000 Subject: [PATCH 1/2] Initial plan From b84544802710f0e82d658c562d7de0f358092a9b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 17:12:23 +0000 Subject: [PATCH 2/2] Add Python 3.13 and 3.14 to CIBW_BUILD in wheel packaging pipelines Agent-Logs-Url: https://github.com/microsoft/onnxruntime-extensions/sessions/1fe28263-9508-455b-a5d5-43e6e170ee89 Co-authored-by: tianleiwu <30328909+tianleiwu@users.noreply.github.com> --- .pipelines/templates/onebranch-windows-build-stage.yml | 2 +- .pipelines/wheels_linux.yml | 4 ++-- .pipelines/wheels_macos.yml | 2 +- .pipelines/wheels_win32.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pipelines/templates/onebranch-windows-build-stage.yml b/.pipelines/templates/onebranch-windows-build-stage.yml index e98387e8a..16c6d64b4 100644 --- a/.pipelines/templates/onebranch-windows-build-stage.yml +++ b/.pipelines/templates/onebranch-windows-build-stage.yml @@ -13,7 +13,7 @@ stages: type: windows variables: - CIBW_BUILD: cp3{8,9,10,11,12}-*amd64 + CIBW_BUILD: cp3{8,9,10,11,12,13,14}-*amd64 CIBW_ARCHS: AMD64 CIBW_ENVIRONMENT: "${{ parameters.CibwEnv }}" CIBW_BUILD_VERBOSITY: 1 diff --git a/.pipelines/wheels_linux.yml b/.pipelines/wheels_linux.yml index ee04d37d4..589ac476c 100644 --- a/.pipelines/wheels_linux.yml +++ b/.pipelines/wheels_linux.yml @@ -9,7 +9,7 @@ jobs: timeoutInMinutes: 180 pool: {name: 'Azure-Pipelines-EO-Ubuntu-2004-aiinfra'} variables: - CIBW_BUILD: "cp3{8,9,10,11,12}-*" + CIBW_BUILD: "cp3{8,9,10,11,12,13,14}-*" CIBW_SKIP: "*musllinux*" CIBW_ENVIRONMENT: "${{ parameters.ExtraEnv }}" @@ -30,7 +30,7 @@ jobs: timeoutInMinutes: 180 pool: {name: 'Azure-Pipelines-EO-Ubuntu-2004-aiinfra'} variables: - CIBW_BUILD: "cp3{8,9,10,11,12}-*" + CIBW_BUILD: "cp3{8,9,10,11,12,13,14}-*" CIBW_SKIP: "*musllinux_*" # AzureOp doesn't support aaarch64 yet. # CIBW_ENVIRONMENT: "${{ parameters.ExtraEnv }}" diff --git a/.pipelines/wheels_macos.yml b/.pipelines/wheels_macos.yml index e7bb6d8d6..a247b4d23 100644 --- a/.pipelines/wheels_macos.yml +++ b/.pipelines/wheels_macos.yml @@ -4,7 +4,7 @@ jobs: pool: vmImage: 'macOS-14' variables: - CIBW_BUILD: "cp3{8,9,10,11,12}-*" + CIBW_BUILD: "cp3{8,9,10,11,12,13,14}-*" CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" CIBW_ENVIRONMENT: "MACOSX_DEPLOYMENT_TARGET=11.0" # Skip trying to test arm64 builds on Intel Macs diff --git a/.pipelines/wheels_win32.yml b/.pipelines/wheels_win32.yml index 461e78eb7..214ffa222 100644 --- a/.pipelines/wheels_win32.yml +++ b/.pipelines/wheels_win32.yml @@ -9,7 +9,7 @@ jobs: timeoutInMinutes: 120 pool: {name: 'onnxruntime-Win-CPU-2022'} variables: - CIBW_BUILD: "cp3{8,9,10,11,12}-*amd64" + CIBW_BUILD: "cp3{8,9,10,11,12,13,14}-*amd64" CIBW_ENVIRONMENT: "${{ parameters.ExtraEnv }}" steps: