Skip to content

Commit 13ba668

Browse files
Upgrade to Mypy 1.0
1 parent 4fb7adf commit 13ba668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def find_stub_files(name):
2828
]
2929

3030
extras_require = {
31-
"compatible-mypy": ["mypy>=0.991,<0.1000"],
31+
"compatible-mypy": ["mypy>=1.0,<1.1"],
3232
"coreapi": ["coreapi>=2.0.0"],
3333
"markdown": ["types-Markdown>=0.1.5"],
3434
}

0 commit comments

Comments
 (0)