We currently have an application that is written in python 2.7 in GAE. We use google cloud endpoint framework 2.0 described here.
the documentation clearly states that this is not supported on python 3.7. Google has announced end of support for python 2.7 in Jan 2020.
What are our options?
Can we expect Google to support Cloud Endpoints Frameworks 2.0 on python 3.7? Or do we need to re-write our endpoint api using Open API?
We currently have existing mobile clients that use Google Cloud Endpoint Framework 2.0 libraries. Can GAE project (python 2.7, standard) support both Google Cloud Endpoint Framework 2.0 and OpenAPI coexist together?