Use python_requires in setup.py to avoid installing in unsupported versions #2922
Labels
type: feature-branch
new feature or API change, should be merged into features branch
type: infrastructure
improvement to development/releases/CI structure
We should use the
python_requires
keyword argument tosetup.py
so pip won't installpytest
in unsupported versions.For example, here's hypothesis setup.py:
This is probably worth doing only for the next release (3.3).
The text was updated successfully, but these errors were encountered: