We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0ede9 commit 82b3279Copy full SHA for 82b3279
st2common/st2common/constants/error_messages.py
@@ -35,6 +35,9 @@
35
'''
36
37
PYTHON2_DEPRECATION = 'DEPRECATION WARNING. Support for python 2 will be removed in future ' \
38
- 'StackStorm release(s). Please ensure that all packs used are python ' \
39
- '3 compatible. Python 3 will already be used if you upgrade to a newer ' \
40
- ' OS release.'
+ 'StackStorm releases. Please ensure that all packs used are python ' \
+ '3 compatible. Your StackStorm installation may be upgraded from ' \
+ 'python 2 to python 3 in future platform releases. It is recommended ' \
41
+ 'to plan the manual migration to a python 3 native platform, e.g. ' \
42
+ 'Ubuntu 18.04 LTS or CentOS/RHEL 8.'
43
+
0 commit comments