Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add python_requires in setup.py (python-attrs#454)
This PR adds `python_requires` into `setup.py` to prevent `pip` from installing `attrs` in unsupported python versions. I know that currently `attrs` supports a wide range of python versions but I think that it's always good to have some sanity check =)
- Loading branch information