-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
[RFC]/[WIP] Add Python 2.7 deprecation warning #4938
Comments
Couple thoughts...
👍 for depreciation warnings for python 2 users. Probably want to show that at various parts of the cli and maybe install process... potentially web ui? |
There are 2 types of deprecation warnings that might be useful:
@blag Want to start the dedicated Python2 deprecation discussion and also the new project in Github so we could get everything organized? |
Deprecation notices need to be in rpm, deb, and (at least for st2client) wheel. Can we build rpm/deb variants so that people can select to install py3 before the official deprecation period is up on EL7/U16? Then, at the end of the period, the next release obsoletes both packages? |
As we're getting closer to @StackStorm/maintainers and @StackStorm/contributors. |
I'll aim to start looking at adding a warning if you install a python 2 only pack next week - plan to add warning to REST API call, and CLI (I'll test what happens on the UI as well - but may or may not manage to fix UI depending on how much UI knowledge I need - but will make sure I don't break it!) |
@amanda11 did a great job adding
|
I don' think we need deprecation warnings on the RPMs or DEBs IMO |
Thanks, everyone for brainstorming and @amanda11 for implementation. Closing this as We'll still need someone from @StackStorm/maintainers to write a blog post about |
At today's TSC meeting, the subject of python 2.7 deprecation was discussed. Although the exact timeline for removing Python 2.7 support from is not yet known, the TSC agreed that it made sense to add a deprecation warning to installs that use Python 2.7.
Things that may need to be decided before this issue can be worked:
deprecation warning
The text was updated successfully, but these errors were encountered: