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 50ef7e9 commit 674d393Copy full SHA for 674d393
setup.py
@@ -17,7 +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',
+ python_requires=">=3.6",
21
classifiers=[
22
"Development Status :: 5 - Production/Stable",
23
"Environment :: Console",
0 commit comments