Skip to content

Commit 79837fd

Browse files
committed
update cibuildwheel config
1 parent 06a21be commit 79837fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: azure-cibuildwheel.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ jobs:
22
- job: linux
33
pool: { vmImage: 'Ubuntu-22.04' }
44
variables:
5-
CIBW_BUILD: cp3{9,10,11}-manylinux_x86_64
5+
CIBW_BUILD: cp3{9,10,11,12,13}-manylinux_x86_64
66
CIBW_BUILD_VERBOSITY: 2
77
steps:
88
- template: devtools/cibuildwheel.yml
99

1010
- job: macos
11-
pool: { vmImage: 'macOS-12' }
11+
pool: { vmImage: 'macOS-latest' }
1212
variables:
13-
CIBW_BUILD: cp3{9,10,11}-macosx_*
13+
CIBW_BUILD: cp3{9,10,11,12,13}-macosx_*
1414
CIBW_ARCHS_MACOS: $(arch)
1515
strategy:
1616
matrix:
@@ -24,6 +24,6 @@ jobs:
2424
- job: windows
2525
pool: { vmImage: 'windows-2019' }
2626
variables:
27-
CIBW_BUILD: cp3{9,10,11}-win_amd64
27+
CIBW_BUILD: cp3{9,10,11,12,13}-win_amd64
2828
steps:
2929
- template: devtools/cibuildwheel.yml

Diff for: devtools/cibuildwheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ steps:
22
- template: checkout.yml
33
- task: UsePythonVersion@0
44
inputs:
5-
versionSpec: '3.10'
5+
versionSpec: '3.12'
66
architecture: 'x64'
7-
displayName: Use Python 3.10
7+
displayName: Use Python 3.12
88
- bash: |
99
set -o errexit
1010
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)