Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pipelines/templates/onebranch-windows-build-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .pipelines/wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand All @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/wheels_win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading