Hello,
Thank you for your message. As you mention, Python has ended support for versions 2.x, and we do encourage our users to use a 3.x version. However, I would like to answer all your questions, point by point: 0 - Dev_appserver does indeed have support for Python 3, which you can find here <https://cloud.google.com/appengine/docs/standard/python3/tools/using-local-server> [1]. 1 - GAE still supports many 2.x bundled services in the Python 3 runtime, including memcache and task queue. You can find more information about this in this paragraph <https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3#services> [2] from the migrate to Python 3 page, and in this link <https://cloud.google.com/appengine/docs/standard/python3/services/access> [3]. However, currently, the recommendation is to consider migrating to unbundled Google Cloud products <https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/migrating-services> [4]. There is a feature request about this which you can follow in this link <https://issuetracker.google.com/issues/131333728> [5]. 2 - Currently we do not have any information about ending Python 2.x support. 3 - As mentioned in the Google Cloud Platform Terms of Service <https://cloud.google.com/terms/?skip_cache=true#:~:text=(d)%C2%A0Discontinuation%20of,offerings,%20or%20functionality> [6], there will be at least 12 months notice before a discontinuation of any service in Google Cloud. We will also ensure that any transition goes as smoothly as possible, and provide support for any doubts about any discontinuation. I hope this answers all your questions. [1]: https://cloud.google.com/appengine/docs/standard/python3/tools/using-local-server [2]: https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3#services [3]: https://cloud.google.com/appengine/docs/standard/python3/services/access [4]: https://cloud.google.com/appengine/docs/standard/python/migrate-to-python3/migrating-services [5]: https://issuetracker.google.com/issues/131333728 [6]: https://cloud.google.com/terms/?skip_cache=true#:~:text=(d)%C2%A0Discontinuation%20of,offerings%2C%20or%20functionality On Monday, January 3, 2022 at 5:42:43 AM UTC [email protected] wrote: > Hi, > > We understand that Python 2.7 has been deprecated and Google is advising > customers to move to Python 3.7 for GAE. > > However, given that, there are several things in works at google related > to moving to Python 3.7, e.g. > 1. Dev_appserver still works only on python 2.7 > 2. Google has recently release memcache and taskqueue support for Python > 3,7 and it is still in beta > 3. Etc. > > Given this, is it possible to get some guidance on > 1.Timeline by which we will have general availability of the memcache and > task queue etc services > 2. the timeline by which python 2.7 will be shutdown - if at all there is > a plan to shut it down. > 3. How much advance notice would the customers get before Python 2.7 > services are shutdown. > > Thank you > > Sajal > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d31fbe9e-0f98-4fd5-a272-8f626bbcee9cn%40googlegroups.com.
