Bump mypy to v0.800. This release adds Python 3.9 support.

This commit is contained in:
Hsiao-Wei Wang 2021-06-03 17:30:43 +08:00
parent b3f2635ce7
commit 989d33f6ec
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E

View File

@ -1007,7 +1007,7 @@ setup(
python_requires=">=3.8, <4",
extras_require={
"test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"],
"lint": ["flake8==3.7.7", "mypy==0.750"],
"lint": ["flake8==3.7.7", "mypy==0.800"],
"generator": ["python-snappy==0.5.4"],
},
install_requires=[