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 6c222a2 commit 76c4430Copy full SHA for 76c4430
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Python
37
uses: actions/setup-python@v4
38
with:
39
- python-version: 3.11
+ python-version: 3.13
40
- name: Install dependencies
41
run: pip install '.[dev]'
42
- name: Run mypy
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
dev = [
47
"django-stubs",
48
"djangorestframework-stubs",
49
- "mypy ~= 1.8.0",
+ "mypy ~= 1.15.0",
50
]
51
test = [
52
"coverage[toml]",
0 commit comments