Skip to content

Commit

Permalink
fix: Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Oct 29, 2024
1 parent 60b72bb commit 6c98632
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 6c98632

Please sign in to comment.