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: