Skip to content

Commit 2bc5164

Browse files
committed
CI: Remove python 3.3 linter test
MDE is running on python 3.8 on ST4, so no need to check for python 3.3
1 parent 4d4824f commit 2bc5164

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
strategy:
2626
matrix:
2727
python:
28-
- '3.3'
2928
- '3.8'
3029
arch:
3130
- 'x64'
@@ -41,6 +40,5 @@ jobs:
4140
run: pip install -r tests/requirements.txt
4241
- name: Run black
4342
run: python -m black --check .
44-
if: ${{ matrix.python == '3.8' }}
4543
- name: Run flake8
4644
run: python -m flake8

0 commit comments

Comments
 (0)