Skip to content

Commit c7cef56

Browse files
committed
Fix repair-wheel in the CI
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent d15fdd0 commit c7cef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ musllinux-x86_64-image = "musllinux_1_2"
127127

128128
[tool.cibuildwheel.macos]
129129
archs = ["x86_64", "arm64"]
130-
environment = { CC = "clang", CXX = "clang++"}
130+
environment = { CC = "clang", CXX = "clang++", MACOSX_DEPLOYMENT_TARGET = "13.3" }
131131

132132
[tool.cibuildwheel.windows]
133133
archs = ["AMD64"]

0 commit comments

Comments
 (0)