Skip to content

Commit 2f72a7a

Browse files
committed
Do not run mypy on 3.8
1 parent b9f5b86 commit 2f72a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest, windows-latest]
41-
python-version: ["3.8", "3.9", "3.10"]
41+
python-version: ["3.9", "3.10"]
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)