Skip to content

Commit

Permalink
Remove python3.7, which is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Jan 14, 2025
1 parent 88e5710 commit 3ca7c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Pylint on muckrock directory
run: |
pylint src/muckrock
pylint pylint --disable=missing-function-docstring,too-many-instance-attributes,too-many-arguments,too-many-positional-arguments src/muckrock
- name: Run Black on muckrock directory
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
env:
MR_USER: ${{ secrets.MR_USER }}
MR_PASSWORD: ${{ secrets.MR_PASSWORD }}
Expand Down

0 comments on commit 3ca7c23

Please sign in to comment.