Skip to content

Commit 0b9d822

Browse files
Merge pull request #106 from nicoddemus/python_requires
Prevent installation in unsupported Python versions
2 parents 7f865b0 + 5eb3346 commit 0b9d822

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)