Skip to content

Commit 5eb3346

Browse files
committed
Prevent installation in unsupported Python versions
Related to #103
1 parent 7f865b0 commit 5eb3346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def main():
4141
author='Holger Krekel',
4242
author_email='[email protected]',
4343
url='https://github.com/pytest-dev/pluggy',
44+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
4445
classifiers=classifiers,
4546
packages=['pluggy'],
4647
)

0 commit comments

Comments
 (0)