Skip to content

Commit 4bbb80e

Browse files
authored
test: Update to py3.9 (#808)
1 parent e33b02d commit 4bbb80e

File tree

12 files changed

+72
-69
lines changed

12 files changed

+72
-69
lines changed

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
npm-v18-${{ runner.os }}-${{ github.ref }}-
4444
npm-v18-${{ runner.os }}-refs/heads/master-
4545
46-
- name: Set up Python 3.7
46+
- name: Set up Python 3.9
4747
uses: actions/setup-python@v2
4848
with:
49-
python-version: 3.7
49+
python-version: 3.9
5050

5151
- name: Install Node.js and npm
5252
uses: actions/setup-node@v1

example/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: sls-py-req-test
22

33
provider:
44
name: aws
5-
runtime: python3.7
5+
runtime: python3.9
66

77
plugins:
88
- serverless-python-requirements

example_native_deps/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: sls-py-req-test
22

33
provider:
44
name: aws
5-
runtime: python3.7
5+
runtime: python3.9
66

77
plugins:
88
- serverless-python-requirements

0 commit comments

Comments
 (0)