Skip to content

Commit 2316654

Browse files
committed
drop 3.8
1 parent 90f0cd6 commit 2316654

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
pip install poetry
3333
poetry install --with dev
3434
35-
# mypy doesn't support Python 3.8, so we run it only for 3.9 and above.
36-
# Still check for typing errors for Python 3.8 when running against one of the newer versions.
37-
# See https://mypy.readthedocs.io/en/stable/changelog.html#drop-support-for-python-3-8.
38-
- name: Check for new typing errors for Python 3.8
39-
if: ${{ matrix.python-version == '3.9' }}
40-
run: poetry run mypy --strict --python-version 3.8 .
41-
4235
- name: Check for new typing errors
4336
if: ${{ matrix.python-version != '3.8' }}
4437
run: poetry run mypy --strict .

0 commit comments

Comments
 (0)