We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54afee + 674d393 commit 00720d1Copy full SHA for 00720d1
setup.py
@@ -17,6 +17,7 @@
17
py_modules=["pytest_timeout"],
18
entry_points={"pytest11": ["timeout = pytest_timeout"]},
19
install_requires=["pytest>=5.0.0"],
20
+ python_requires=">=3.6",
21
classifiers=[
22
"Development Status :: 5 - Production/Stable",
23
"Environment :: Console",
0 commit comments