We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f865b0 + 5eb3346 commit 0b9d822Copy full SHA for 0b9d822
setup.py
@@ -41,6 +41,7 @@ def main():
41
author='Holger Krekel',
42
author_email='[email protected]',
43
url='https://github.com/pytest-dev/pluggy',
44
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
45
classifiers=classifiers,
46
packages=['pluggy'],
47
)
0 commit comments