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

Commit 5618596

Browse files
Reduzida a versões de python para testes
1 parent 1659047 commit 5618596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8", "3.9", "3.10" ]
24+
python-version: [ "3.6", "3.8" ]
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.8", "3.9", "3.10" ]
24+
python-version: [ "3.6", "3.8" ]
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)