Skip to content

Commit

Permalink
Update delocate/delocating.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Brett <[email protected]>
  • Loading branch information
HexDecimal and matthew-brett authored Mar 26, 2024
1 parent 1602bfd commit 8f155d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delocate/delocating.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def _check_and_update_wheel_name(
f"\nUse '--require-target-macos-version {min_valid_version}'"
" or set the environment variable"
f" 'MACOSX_DEPLOYMENT_TARGET={min_valid_version}'"
" to update this wheels supported version."
" to update minimum supported macOS for this wheel."
)
if new_name != wheel_name:
wheel_path = wheel_path.parent / new_name
Expand Down

0 comments on commit 8f155d6

Please sign in to comment.