Skip to content

Commit

Permalink
Merge pull request #103 from Nicusor97/bugfix/add-python-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 11, 2021
2 parents a54afee + 674d393 commit 00720d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
py_modules=["pytest_timeout"],
entry_points={"pytest11": ["timeout = pytest_timeout"]},
install_requires=["pytest>=5.0.0"],
python_requires=">=3.6",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit 00720d1

Please sign in to comment.