Skip to content

Commit

Permalink
Do not run mypy on 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 30, 2022
1 parent b9f5b86 commit 2f72a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2f72a7a

Please sign in to comment.