Skip to content

Commit

Permalink
Stop running mypy on 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 14, 2024
1 parent 3d5903c commit 82f4087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
DO_MYPY=1
if [[ "$V" == "3.8" ]]; then
if [[ "$V" == "3.8" || "$V" == "3.9" ]]; then
DO_MYPY=0
fi
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ min_version = 4
env_list =
pre-commit,
py3{8,9,10,11,12,13}-tests,
py3{9,10,11,12,13}-mypy,
py3{10,11,12,13}-mypy,
pypy3,
pyright,
docs{,-sponsors},
Expand Down

0 comments on commit 82f4087

Please sign in to comment.