GCP - Cloud Functions
You have a Cloud Function written in Python 3.9 but want to upgrade to Python 3.11 runtime. What is the best approach to update the runtime without changing your code?
--runtime flag; code changes are not needed for version upgrade.--runtime python311 updates the runtime environment to Python 3.11.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions