check-python-versions icon indicating copy to clipboard operation
check-python-versions copied to clipboard

Automate adding `python_requires`

Open mgedmin opened this issue 4 years ago • 0 comments

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 .

mgedmin avatar Apr 28 '20 12:04 mgedmin