Skip to content

Commit

Permalink
Upgrade to Python 3.12 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Sep 2, 2024
1 parent 701f1bb commit 3a4049d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
python-version: "3.12.x"
architecture: "x64"

- id: auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
python-version: "3.12.x"
architecture: "x64"

- id: auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
python-version: "3.12.x"
architecture: "x64"

- id: auth
Expand Down
2 changes: 1 addition & 1 deletion app.yaml.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python38
runtime: python312
instance_class: F4
service: ${MODULE_NAME}

Expand Down

0 comments on commit 3a4049d

Please sign in to comment.