Skip to content

Commit

Permalink
ruff --target-version=py39 (#131)
Browse files Browse the repository at this point in the history
Python 3.8 is no longer supported.  https://devguide.python.org/versions
  • Loading branch information
cclauss authored Oct 14, 2024
1 parent a90d3e0 commit 203c073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell_and_ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user codespell[toml] ruff
- run: pipx install codespell[toml] ruff
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"
- run: ruff check --output-format=github --target-version=py38 .
- run: ruff check --output-format=github --target-version=py39

0 comments on commit 203c073

Please sign in to comment.