Skip to content

Commit 9115891

Browse files
committed
Fix mypy 1.0 (again)
1 parent aca1b8c commit 9115891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]:
3131
]
3232

3333
extras_require = {
34-
"compatible-mypy": ["mypy>=0.991,<0.1000"],
34+
"compatible-mypy": ["mypy>=0.991,<1.0"],
3535
}
3636

3737
setup(

0 commit comments

Comments
 (0)