Skip to content

Commit 38b1e1b

Browse files
committed
Drop Python 3.8 support
1 parent 1811927 commit 38b1e1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 5
1515
matrix:
16-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717

1818
steps:
1919
- name: Cloning repo
@@ -33,7 +33,6 @@ jobs:
3333
poetry install --with dev
3434
3535
- name: Check for new typing errors
36-
if: ${{ matrix.python-version != '3.8' }}
3736
run: poetry run mypy --strict .
3837

3938
- name: Run Tests

0 commit comments

Comments
 (0)