Skip to content

Commit

Permalink
Merge pull request pypa#12307 from sbidoul/postpone-deprecations
Browse files Browse the repository at this point in the history
Postpone some deprecation removals
  • Loading branch information
sbidoul authored Oct 1, 2023
2 parents 1082eb1 + ccc4bbc commit cb21251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def load_pyproject_toml(self) -> None:
"to use --use-pep517 or add a "
"pyproject.toml file to the project"
),
gone_in="23.3",
gone_in="24.0",
)
self.use_pep517 = False
return
Expand Down Expand Up @@ -904,7 +904,7 @@ def check_legacy_setup_py_options(
reason="--build-option and --global-option are deprecated.",
issue=11859,
replacement="to use --config-settings",
gone_in="23.3",
gone_in="24.0",
)
logger.warning(
"Implying --no-binary=:all: due to the presence of "
Expand Down

0 comments on commit cb21251

Please sign in to comment.