check-python-versions
check-python-versions copied to clipboard
Automate adding `python_requires`
There are many Python packages that don't specify python_requires
. There are rumours that setuptools/PyPI is going to make python_requires
a required field. Adding it manually is a pain, so I'd love to automate this with e.g. check-python-versions --add 3.5- --add-python-requires
.