Skip to content

Commit 36c5e8a

Browse files
christianbundyintgr
authored andcommitted
Upgrade to Mypy 1.0
1 parent 3a339b0 commit 36c5e8a

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)