-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
type: feature-branchnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure
Description
We should use the python_requires
keyword argument to setup.py
so pip won't install pytest
in unsupported versions.
For example, here's hypothesis setup.py:
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
This is probably worth doing only for the next release (3.3).
RonnyPfannschmidt and dmtucker
Metadata
Metadata
Assignees
Labels
type: feature-branchnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branchtype: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure