Skip to content

Commit 287b6cb

Browse files
committed
remove python 3.7 from CIs
Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent 1421162 commit 287b6cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -37,8 +37,7 @@ jobs:
3737
- name: Tests
3838
run: |
3939
coverage run -m pytest
40-
- if: "matrix.python-version != '3.7'"
41-
name: Mypy
40+
- name: Mypy
4241
# Check whether the imports were sorted correctly.
4342
# When this fails, please run ./tools/sort-imports.sh
4443
run: |

0 commit comments

Comments
 (0)