From 8b76634b8701e90cebb880fc7f8a1faa4e6b46c0 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Fri, 20 Sep 2024 13:19:36 +1000 Subject: [PATCH] chore: Update gcp/functions/pypi to Python 3.11 Part of #2637. --- gcp/functions/pypi/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/functions/pypi/deploy.sh b/gcp/functions/pypi/deploy.sh index e6d85ae5419..2f72aa8deb4 100755 --- a/gcp/functions/pypi/deploy.sh +++ b/gcp/functions/pypi/deploy.sh @@ -1,4 +1,4 @@ #!/bin/sh poetry export -f requirements.txt -o requirements.txt -gcloud functions deploy pypi --runtime=python39 --trigger-topic=pypi-bridge --project=oss-vdb --entry-point=publish --max-instances=32 --timeout=120 +gcloud functions deploy pypi --runtime=python311 --trigger-topic=pypi-bridge --project=oss-vdb --entry-point=publish --max-instances=32 --timeout=120