Skip to content

Commit 76c4430

Browse files
committed
Raise mypy version to 1.15
1 parent 6c222a2 commit 76c4430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python
3737
uses: actions/setup-python@v4
3838
with:
39-
python-version: 3.11
39+
python-version: 3.13
4040
- name: Install dependencies
4141
run: pip install '.[dev]'
4242
- name: Run mypy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
dev = [
4747
"django-stubs",
4848
"djangorestframework-stubs",
49-
"mypy ~= 1.8.0",
49+
"mypy ~= 1.15.0",
5050
]
5151
test = [
5252
"coverage[toml]",

0 commit comments

Comments
 (0)