pytest-watch icon indicating copy to clipboard operation
pytest-watch copied to clipboard

Specify `python_requires` in the distribution package metadata

Open webknjaz opened this issue 3 years ago • 0 comments

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.

webknjaz avatar Jan 06 '22 18:01 webknjaz