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.
1 parent a54afee commit 50ef7e9Copy full SHA for 50ef7e9
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