Skip to content

Commit f8be3ba

Browse files
committed
Revert the use of astroid 2.4 until 2.4 itself is released
1 parent 369d952 commit f8be3ba

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.4.0,<=2.5",
39+
"astroid>=2.3.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)