Skip to content

Commit 90b4ae5

Browse files
authored
Drop Python 3.8 (#236)
1 parent 9886dc1 commit 90b4ae5

4 files changed

Lines changed: 284 additions & 305 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- run: poetry install --with test
3131

32+
- name: Lint
33+
run: poetry run ruff check --fix && poetry run ruff format && poetry run ty check
34+
3235
- name: Run test
3336
run: poetry run pytest -s tests --cov-report xml
3437

0 commit comments

Comments
 (0)