diff --git a/setup.py b/setup.py index f4755a3..f203ddf 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ # for example: # $ pip install -e .[test] extras_require={ - ':python_version >= "3.2"': ['mypy'], 'test': ['tox', 'versioneer', 'pytest', 'pytest-cov', 'coverage'], },