Skip to content

Commit 674d393

Browse files
authored
Update setup.py
1 parent 50ef7e9 commit 674d393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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',
20+
python_requires=">=3.6",
2121
classifiers=[
2222
"Development Status :: 5 - Production/Stable",
2323
"Environment :: Console",

0 commit comments

Comments
 (0)