Try Python 3.9 for Cloud Run deploy, refs #1923

This commit is contained in:
Simon Willison 2022-11-30 14:59:17 -08:00 committed by GitHub
commit 418eb7c5c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: