Hi team,
Currently, our applications on Google App Engine are using Python runtimes with the following configuration:
- Runtime: Python27
It has come to our attention that the above runtimes are scheduled to reach End of Support on January 30, 2024.
After some time Google Cloud’s announcement on September 27, 2023, regarding the option to re-enable deployments for legacy runtimes, we have created a policy enabling deployments for Python 2.7 in my project. Despite implementing this new policy, we are still encountering a warning message during deployment on App Engine.
My concern is whether we can successfully deploy our new Python 2.7 code after January 30, 2024, with the created policy in place.
Thanks.