Skip to content

Commit

Permalink
drop python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jul 13, 2024
1 parent 935ed40 commit 861a792
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
python-version: 3.7
- os: ubuntu-latest
python-version: 3.8
- os: ubuntu-latest
python-version: 3.9
- os: ubuntu-latest
python-version: '3.10'
- os: ubuntu-latest
python-version: '3.11'
- os: macos-latest
python-version: 3.9
- os: windows-latest
Expand All @@ -42,7 +42,6 @@ jobs:
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Lint with pysen
if: ${{ matrix.python-version != '3.7' }}
run: |
pysen run lint
- name: Test with pytest
Expand Down

0 comments on commit 861a792

Please sign in to comment.