We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e319f31 commit b9e47c0Copy full SHA for b9e47c0
1 file changed
.github/workflows/tests.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
python-version:
17
- - "3.6"
18
- "3.7"
19
- "3.8"
20
- "3.9"
@@ -34,7 +33,6 @@ jobs:
34
33
python -m pip install --upgrade pip
35
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
36
- name: Lint with Ruff
37
- if: ${{ matrix.python-version != '3.6' }}
38
run: |
39
pip install ruff
40
# stop the build if there are Python syntax errors or undefined names
0 commit comments