Skip to content

Commit 9318e05

Browse files
Let pylint be > 3
1 parent 5a4df22 commit 9318e05

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
@@ -28,7 +28,7 @@
2828
long_description_content_type="text/markdown",
2929
packages=find_packages(exclude=["tests*", "sandbox"]),
3030
install_requires=[
31-
"pylint<3",
31+
"pylint<4",
3232
"pytest>=4.6",
3333
],
3434
python_requires=">=3.8",

0 commit comments

Comments
 (0)