Skip to content

Commit

Permalink
Merge pull request #12492 from sbidoul/postpone-11859
Browse files Browse the repository at this point in the history
Postpone removal of --global-option and --build-option
  • Loading branch information
sbidoul authored Jan 27, 2024
2 parents 5efa3e8 + 429cf3c commit 5dd003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def check_legacy_setup_py_options(
reason="--build-option and --global-option are deprecated.",
issue=11859,
replacement="to use --config-settings",
gone_in="24.0",
gone_in="24.2",
)
logger.warning(
"Implying --no-binary=:all: due to the presence of "
Expand Down

0 comments on commit 5dd003f

Please sign in to comment.