Skip to content

Commit adf3f05

Browse files
committed
Mypy works on 3.14 now
1 parent 269b9f5 commit adf3f05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
DO_MYPY=1
6868
69-
if [[ "$V" == "3.9" || "$V" == "3.14" ]]; then
69+
if [[ "$V" == "3.9" ]]; then
7070
DO_MYPY=0
7171
fi
7272

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
22
min_version = 4
3-
# Mypy doesn't run on 3.14 yet.
43
env_list =
54
pre-commit,
65
py3{9,10,11,12,13,14}-tests,
7-
py3{10,11,12,13}-mypy,
6+
py3{10,11,12,13,14}-mypy,
87
pypy3-tests,
98
pyright,
109
docs-{sponsors,doctests},

0 commit comments

Comments
 (0)