Skip to content

Commit 48ea7a1

Browse files
authored
dev: run Mypy on 3.15, too (#1568)
🫡 @Julian
1 parent 24ce123 commit 48ea7a1

3 files changed

Lines changed: 186 additions & 39 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
DO_MYPY=1
7272
73-
if [[ "$V" == "3.9" || "$V" == "3.15" ]]; then
73+
if [[ "$V" == "3.9" ]]; then
7474
DO_MYPY=0
7575
fi
7676

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ min_version = 4.25.0
55
env_list =
66
pre-commit,
77
py3{9-15}-tests,
8-
py3{10-14}-mypy, # some deps lack 3.15 support
8+
py3{10-15}-mypy,
99
pypy3-tests,
1010
# Mypy needs to run within the respective Python version
1111
typing-{pyright,ty,pyrefly}

0 commit comments

Comments
 (0)