Skip to content

Commit

Permalink
Merge pull request #13106 from sbidoul/rm-gone-in-for-11859-sbi
Browse files Browse the repository at this point in the history
Remove gone_in for issue 11859 (deprecation of --build-option and --global-option)
  • Loading branch information
sbidoul authored Dec 8, 2024
2 parents 4599fc7 + 60cba9c commit c432c33
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 @@ -925,7 +925,7 @@ def check_legacy_setup_py_options(
reason="--build-option and --global-option are deprecated.",
issue=11859,
replacement="to use --config-settings",
gone_in="25.0",
gone_in=None,
)
logger.warning(
"Implying --no-binary=:all: due to the presence of "
Expand Down

0 comments on commit c432c33

Please sign in to comment.