Forums

update flask app from 2.7 to 3.5

Hi,

Is there a easy way to do this? Is it just the matter of pointing to new virtualenv and sourcecode dir?

If your code is Python 3.5 compatible then you can just change the Python version of your web app and the virtualenv and it should work. If your code is not compatible, then you'll need to change your code, too.