Drop Python 3.4 support (#25)

PyPI stats indicates that 0.00% of downloads are for Python 3.4:
https://www.pypistats.org/packages/mypy-extensions

Other supported Python versions have non-trivial downloads, so let's
continue to support them for now.
2 files changed
tree: 258194db9891a3739f59686ef10a0598564dac5e
  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 experimental extensions to the standard “typing” module that are supported by the mypy typechecker.