As recommended in https://github.com/OpenTreeMap/otm-cloud/issues/499 use 2to3 to update application code to be compatible with Python 3.7.
Make sure to exercise code that uses dependencies that are Python 3 compatible but do not explicitly list compatibility with 3.7.
Target the resulting pull request at the python3 branch.
As recommended in https://github.com/OpenTreeMap/otm-cloud/issues/499 use
2to3to update application code to be compatible with Python 3.7.Make sure to exercise code that uses dependencies that are Python 3 compatible but do not explicitly list compatibility with 3.7.
Target the resulting pull request at the
python3branch.