Disable core linting with Python 3.6

This commit is contained in:
Ivan Kravets
2022-07-02 20:18:26 +03:00
parent d2e27f5385
commit 6c71a3bea2
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -33,6 +33,7 @@ jobs:
pip install tox
- name: Python Lint
if: ${{ matrix.python-version != '3.6' }}
run: |
tox -e lint