diff --git a/setup.py b/setup.py index f850ab1a6..4165590cb 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]: # Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses. extras_require = { - "compatible-mypy": ["mypy~=1.11.0", "django-stubs[compatible-mypy]"], + "compatible-mypy": ["mypy>=1.11,<1.13", "django-stubs[compatible-mypy]"], "coreapi": ["coreapi>=2.0.0"], "markdown": ["types-Markdown>=0.1.5"], }