fix(cli): move to stderr instead of stdout (#13512)

Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
This commit is contained in:
Aseem Bansal 2025-05-15 13:35:56 +05:30 committed by GitHub
parent 199144167a
commit 401214fa5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,9 @@ MAX_CONTENT_WIDTH = 120
if sys.version_info >= (3, 12):
click.secho(
"Python versions above 3.11 are not tested with. Please use Python 3.11.",
"Python versions above 3.11 are not actively tested with yet. Please use Python 3.11 for now.",
fg="red",
err=True,
)