1
votes

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?

1
The SC question provides wrong answer. According to this cloud.google.com/endpoints/docs/frameworks/… Google Cloud Endpoint Framework is not supported in Flex environment.Jack tileman

1 Answers

0
votes

Google has announced end of support for python 2.7 in Jan 2020.

Google has not announced end of support for Python 2 -- that is the Python core development team: https://www.python.org/doc/sunset-python-2/

The App Engine long term support guide can be found here: https://cloud.google.com/appengine/docs/standard/long-term-support