Skip to content

Commit

Permalink
remove python 3.7 from CIs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kłoczko <[email protected]>
  • Loading branch information
kloczek committed May 28, 2024
1 parent 1421162 commit 287b6cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
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"]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,8 +37,7 @@ jobs:
- name: Tests
run: |
coverage run -m pytest
- if: "matrix.python-version != '3.7'"
name: Mypy
- name: Mypy
# Check whether the imports were sorted correctly.
# When this fails, please run ./tools/sort-imports.sh
run: |
Expand Down

0 comments on commit 287b6cb

Please sign in to comment.