Skip to content

Commit

Permalink
Merge pull request #81 from r9y9/drop37
Browse files Browse the repository at this point in the history
drop python 3.7
  • Loading branch information
r9y9 authored Jul 13, 2024
2 parents 935ed40 + 861a792 commit d88a275
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 d88a275

Please sign in to comment.