Skip to content

Commit

Permalink
fix: add setuptools python_requires check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicusor97 committed Oct 11, 2021
1 parent a54afee commit 50ef7e9
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 50ef7e9

Please sign in to comment.