Skip to content

Commit

Permalink
[CI] Pylint is still not prepared for Python >= 3.9 (waiting for tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Dec 14, 2020
1 parent 79b7757 commit cd02f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
time archey
time python -m archey
# Currently disabled against Python 3.9.
# Currently disabled against Python >= 3.9.
# See PyCQA/pylint#3882 & PyCQA/pylint#3890.
- name: Lint source code against Pylint
if: ${{ matrix.python-version != '3.9' }}
if: ${{ matrix.python-version != '3.9' && matrix.python-version != '3.10' }}
run: pylint archey/

# Disabled against Pypy (see python/typed_ast#111).
Expand Down

0 comments on commit cd02f76

Please sign in to comment.