From 418eb7c5c698fdfd07e24c96ed1b9b78824e0d40 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 30 Nov 2022 14:59:17 -0800 Subject: [PATCH] Try Python 3.9 for Cloud Run deploy, refs #1923 --- .github/workflows/deploy-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index bb842acc..f410d482 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.9" - uses: actions/cache@v3 name: Configure pip caching with: