mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 05:14:49 +00:00
Bump mypy to v0.800. This release adds Python 3.9 support.
This commit is contained in:
parent
b3f2635ce7
commit
989d33f6ec
2
setup.py
2
setup.py
@ -1007,7 +1007,7 @@ setup(
|
|||||||
python_requires=">=3.8, <4",
|
python_requires=">=3.8, <4",
|
||||||
extras_require={
|
extras_require={
|
||||||
"test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"],
|
"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"],
|
"generator": ["python-snappy==0.5.4"],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user