Skip to content

Commit

Permalink
Python 3.11 fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjotSingh18 committed Apr 19, 2024
1 parent 2d70c83 commit f27a6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.9' #install the python version needed
python-version: '3.11' #install the python version needed
- name: serverless deploy
uses: serverless/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom:

provider:
name: aws
runtime: python3.9
runtime: python3.11
region: us-west-1


Expand Down

0 comments on commit f27a6b7

Please sign in to comment.