We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ce123 commit 48ea7a1Copy full SHA for 48ea7a1
3 files changed
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
DO_MYPY=1
72
73
- if [[ "$V" == "3.9" || "$V" == "3.15" ]]; then
+ if [[ "$V" == "3.9" ]]; then
74
DO_MYPY=0
75
fi
76
tox.ini
@@ -5,7 +5,7 @@ min_version = 4.25.0
5
env_list =
6
pre-commit,
7
py3{9-15}-tests,
8
- py3{10-14}-mypy, # some deps lack 3.15 support
+ py3{10-15}-mypy,
9
pypy3-tests,
10
# Mypy needs to run within the respective Python version
11
typing-{pyright,ty,pyrefly}
0 commit comments