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 .
There are many Python packages that don't specify
python_requires. There are rumours that setuptools/PyPI is going to makepython_requiresa 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.