Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit ebbd06d

Browse files
hotfix python version
1 parent 1a6a877 commit ebbd06d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
# python-version: [ "3.8", "3.9", "3.10" ]
25-
python-version: [ "3.6", "3.8" ]
25+
python-version: [ "3.8", "3.9" ]
2626
steps:
2727
- uses: actions/checkout@v2
2828
- name: Set up Python ${{ matrix.python-version }}

examples/lambda_api/.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-18.04
2222
strategy:
2323
matrix:
24-
python-version: [ "3.6", "3.8" ]
24+
python-version: [ "3.8", "3.9" ]
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python ${{ matrix.python-version }}

examples/lambda_sqs/.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-18.04
2222
strategy:
2323
matrix:
24-
python-version: [ "3.6", "3.8" ]
24+
python-version: [ "3.8", "3.9" ]
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)