New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require user input to continue working with Python 2 #6336
Conversation
Please see the comment, do a PR to the docs and this can be merged.
self._out.writeln("*"*width, front=Color.BRIGHT_RED) | ||
|
||
self._out.writeln(textwrap.fill("Python 2 is deprecated as of 01/01/2020 and Conan has" | ||
" stopped supporting it oficially. We strongly recommend" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add something like "Conan will completely stop working with Python2 in the following months"
oficially => officially |
Changelog: Feature: Force the user to read that Python 2 has been deprecated.
Docs: conan-io/docs#1523
closes #6170