Skip to content

Commit

Permalink
mypy 1.0 insted of 0.1000
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
intgr and sobolevn authored Jan 4, 2023
1 parent 075caf5 commit 84993cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]:
]

extras_require = {
"compatible-mypy": ["mypy>=0.991,<0.1000"],
"compatible-mypy": ["mypy>=0.991,<1.0"],
}

setup(
Expand Down

0 comments on commit 84993cf

Please sign in to comment.