Skip to content

Commit b9e47c0

Browse files
committed
Exclude Python 3.6 from tests
1 parent e319f31 commit b9e47c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- "3.6"
1817
- "3.7"
1918
- "3.8"
2019
- "3.9"
@@ -34,7 +33,6 @@ jobs:
3433
python -m pip install --upgrade pip
3534
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3635
- name: Lint with Ruff
37-
if: ${{ matrix.python-version != '3.6' }}
3836
run: |
3937
pip install ruff
4038
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)