Skip to content

Commit 82b3279

Browse files
authored
Update error_messages.py
1 parent 8d0ede9 commit 82b3279

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

st2common/st2common/constants/error_messages.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
'''
3636

3737
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.'
38+
'StackStorm releases. Please ensure that all packs used are python ' \
39+
'3 compatible. Your StackStorm installation may be upgraded from ' \
40+
'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

Comments
 (0)