Skip to content

Commit

Permalink
Merge pull request #2151 from anth-volk/fix/python-version
Browse files Browse the repository at this point in the history
Update Python version
  • Loading branch information
anth-volk authored Oct 29, 2024
2 parents 60b72bb + 6c98632 commit 9431c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.11"
- name: Install repository
run: npm ci
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion gcp/app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python38
runtime: python311

handlers:
- url: /.*
Expand Down

0 comments on commit 9431c69

Please sign in to comment.