Skip to content

Commit 203c073

Browse files
authored
ruff --target-version=py39 (#131)
Python 3.8 is no longer supported. https://devguide.python.org/versions
1 parent a90d3e0 commit 203c073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codespell_and_ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: pip install --user codespell[toml] ruff
17+
- run: pipx install codespell[toml] ruff
1818
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"
19-
- run: ruff check --output-format=github --target-version=py38 .
19+
- run: ruff check --output-format=github --target-version=py39

0 commit comments

Comments
 (0)