Skip to content

Commit

Permalink
Remove linting for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Aug 2, 2024
1 parent 32436b8 commit 9cb366b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ concurrency:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.11']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'
- name: Install tox
run: python -m pip install 'tox>=1.8.0'
- name: Lint
Expand Down

0 comments on commit 9cb366b

Please sign in to comment.