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.
This page details information about transforming StackStorm from using Python 2 to Python 3
python3.6 -m modernize -x libmodernize.fixes.fix_print st2common/
If you pip install pigments you can pipe the output of modernize through pygments -l diff
pip install pigments
modernize
pygments -l diff
python3.6 -m modernize -x libmodernize.fixes.fix_print st2common/ | pygmentize -l diff
Then if you're happy add -w -n it will write the changes (without a backup, since we're using git).
-w -n
python3.6 -m modernize -x libmodernize.fixes.fix_print st2common/ -w -n
Use these tools to find dependencies that don't support Python 3: