Skip to content

Commit

Permalink
Use python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Jan 19, 2022
1 parent a90051c commit 97bf2f5
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: "actions/setup-python@v2"
with:
python-version: "3.x"
python-version: "3.9"

- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-alpine
FROM python:3.9-alpine

EXPOSE 8000

Expand Down
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ black = "*"
Werkzeug = "==1.0.1"

[requires]
python_version = "3.8"
python_version = "3.9"

[pipenv]
allow_prereleases = true
310 changes: 164 additions & 146 deletions api/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/serverless.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: black-api-main

provider:
name: aws
runtime: python3.8
runtime: python3.9
stage: dev
region: us-east-1

Expand Down
2 changes: 1 addition & 1 deletion api/serverless.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: black-api-stable

provider:
name: aws
runtime: python3.8
runtime: python3.9
stage: dev
region: us-east-1

Expand Down

1 comment on commit 97bf2f5

@vercel
Copy link

@vercel vercel bot commented on 97bf2f5 Jan 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.