Hi team,
Currently, our applications on Google App Engine are using Python runtimes with the following configuration:
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.
Keep in mind the following statement on that annoucement
......Continued use of legacy runtimes past the end of support date is Experimental and subject to the "Pre-GA Offerings Terms".....
@Jay_Patel did you end up hearing back from Google about this?
We're still facing a warning message during deployment on App Engine. However, we're now able to deploy the new version smoothly after creating a policy to enable Python 2.7 deployments.