Skip to content

Commit 089f510

Browse files
committed
Pylint 2.5.0 requires astroid 2.4+ to work correctly
1 parent 83bed57 commit 089f510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
version += "-dev" + str(dev_version)
3737

3838
install_requires = [
39-
"astroid>=2.3.0,<=2.5",
39+
"astroid>=2.4.0,<=2.5",
4040
"isort>=4.2.5,<5",
4141
"mccabe>=0.6,<0.7",
4242
"toml>=0.7.1",

0 commit comments

Comments
 (0)