diff --git a/src/pip/_internal/req/req_install.py b/src/pip/_internal/req/req_install.py index b61a219df68..b622402270c 100644 --- a/src/pip/_internal/req/req_install.py +++ b/src/pip/_internal/req/req_install.py @@ -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 "