Skip to content

Commit

Permalink
test: Update to py3.9 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik authored Nov 25, 2023
1 parent e33b02d commit 4bbb80e
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
npm-v18-${{ runner.os }}-${{ github.ref }}-
npm-v18-${{ runner.os }}-refs/heads/master-
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- name: Install Node.js and npm
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion example/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: sls-py-req-test

provider:
name: aws
runtime: python3.7
runtime: python3.9

plugins:
- serverless-python-requirements
Expand Down
2 changes: 1 addition & 1 deletion example_native_deps/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: sls-py-req-test

provider:
name: aws
runtime: python3.7
runtime: python3.9

plugins:
- serverless-python-requirements
Expand Down
Loading

0 comments on commit 4bbb80e

Please sign in to comment.