Skip to content

Commit 00720d1

Browse files
authored
Merge pull request #103 from Nicusor97/bugfix/add-python-requires
2 parents a54afee + 674d393 commit 00720d1

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
@@ -17,6 +17,7 @@
1717
py_modules=["pytest_timeout"],
1818
entry_points={"pytest11": ["timeout = pytest_timeout"]},
1919
install_requires=["pytest>=5.0.0"],
20+
python_requires=">=3.6",
2021
classifiers=[
2122
"Development Status :: 5 - Production/Stable",
2223
"Environment :: Console",

0 commit comments

Comments
 (0)