sympy / sympy-live

The source for the code at live.sympy.org
https://live.sympy.org
Other
115 stars 65 forks source link

Make the app compatible with Python 3 #161

Open aktech opened 4 years ago

aktech commented 4 years ago

Currently the app runs on Google App Engine's Python 2 Runtime. We need to migrate to Python 3 runtime. This cannot happen in one go. It would happen over multiple steps, meanwhile we need to make the app compatible with Python 3 as well supporting Python 2, to allow the incremental update.