Require Python 3.5+ in setup.py and setup.cfg (#34)

Followed these instructions:
https://packaging.python.org/en/latest/guides/dropping-older-python-versions/

I'm not going to make a release with python_requires>='2.7' first as suggested
by the docs, since dropping universal wheels should be enough to not have this
version installed on Python 2, and since 3.4 and earlier are basically non-existent
at this point.
2 files changed
tree: 6611e39acc6240f4452c6204d2ebb60775f58e6e
  1. tests/
  2. .gitignore
  3. .travis.yml
  4. LICENSE
  5. MANIFEST.in
  6. mypy_extensions.py
  7. README.md
  8. setup.cfg
  9. setup.py
  10. tox.ini
README.md

Mypy Extensions

The mypy_extensions module defines extensions to the Python standard library typing module that are supported by the mypy type checker and the mypyc compiler.