Skip to content

Commit b8884c9

Browse files
committed
fix: minor corrections
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 3a5b5a6 commit b8884c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def setup_python(
276276

277277
# This is a floor, it can't be set lower than the default_target.
278278
if Version(env["MACOSX_DEPLOYMENT_TARGET"]) < Version(default_target):
279-
log.notice(
279+
log.warning(
280280
f"Bumping MACOSX_DEPLOYMENT_TARGET ({env['MACOSX_DEPLOYMENT_TARGET']}) to the minimum required ({default_target})."
281281
)
282282
env["MACOSX_DEPLOYMENT_TARGET"] = default_target

0 commit comments

Comments
 (0)