Skip to content

Commit 910155f

Browse files
committed
Python wheels: support macOS 13 and later.
1 parent d118406 commit 910155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
env:
134134
CIBW_ARCHS: auto64
135135
CIBW_BUILD: 'cp*'
136-
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
136+
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
137137
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
138138
CIBW_SKIP: 'cp36* cp37* cp38* *musllinux*'
139139
- name: Upload Python wheel artifacts

0 commit comments

Comments
 (0)