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 aca1b8c commit 9115891Copy full SHA for 9115891
setup.py
@@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]:
31
]
32
33
extras_require = {
34
- "compatible-mypy": ["mypy>=0.991,<0.1000"],
+ "compatible-mypy": ["mypy>=0.991,<1.0"],
35
}
36
37
setup(
0 commit comments