pytest-watch
pytest-watch copied to clipboard
Specify `python_requires` in the distribution package metadata
Modern versions of pip can take into account supported Python versions during the resolution. This is especially useful when projects start dropping support for older Python interpreters.
Setting a python_requires
value is a de-facto standard nowadays.
Ref: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires.