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

Commit 1659047

Browse files
reduzido número de versões do python
1 parent 042c6a3 commit 1659047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
runs-on: ubuntu-18.04
2222
strategy:
2323
matrix:
24-
python-version: [ "3.8", "3.9", "3.10" ]
24+
# python-version: [ "3.8", "3.9", "3.10" ]
25+
python-version: [ "3.6", "3.8" ]
2526
steps:
2627
- uses: actions/checkout@v2
2728
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)