Skip to content

Commit

Permalink
Update app to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanbconaway committed Oct 24, 2023
1 parent d34dcce commit 72c91a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python38
runtime: python310
instance_class: F1
entrypoint: python -m app.wsgi --port 8080
automatic_scaling:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = cov-init, py38, cov-report
envlist = cov-init, py310, cov-report

[testenv]
deps = -r requirements-dev.txt
Expand Down

0 comments on commit 72c91a1

Please sign in to comment.