Skip to content

Commit

Permalink
Shorten deprecation window.
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
  • Loading branch information
jsirois and Eric-Arellano committed Apr 29, 2021
1 parent 50b6fc3 commit fa56a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/python/python_setup.py
Expand Up @@ -50,7 +50,7 @@ def parse(cls, value: bool | str) -> bool:
bool_value = enum_value is not cls.NEVER
deprecated_conditional(
lambda: True,
removal_version="2.7.0.dev0",
removal_version="2.6.0.dev0",
entity_description="python-setup resolve_all_constraints non boolean values",
hint_message=f"Instead of {enum_value.value!r} use {bool_value!r}.",
)
Expand Down

0 comments on commit fa56a80

Please sign in to comment.