We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1082eb1 + ccc4bbc commit cb21251Copy full SHA for cb21251
src/pip/_internal/req/req_install.py
@@ -514,7 +514,7 @@ def load_pyproject_toml(self) -> None:
514
"to use --use-pep517 or add a "
515
"pyproject.toml file to the project"
516
),
517
- gone_in="23.3",
+ gone_in="24.0",
518
)
519
self.use_pep517 = False
520
return
@@ -904,7 +904,7 @@ def check_legacy_setup_py_options(
904
reason="--build-option and --global-option are deprecated.",
905
issue=11859,
906
replacement="to use --config-settings",
907
908
909
logger.warning(
910
"Implying --no-binary=:all: due to the presence of "
0 commit comments