Skip to content

Commit ae3d421

Browse files
committed
Pin astroid to the latest minor release
This will require a lock step release and update for pylint and astroid but should minimize the errors that result from an updated astroid version that has backwards incompatible issues.
1 parent 2777743 commit ae3d421

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
@@ -29,7 +29,7 @@
2929
if dev_version is not None:
3030
version += "-dev" + str(dev_version)
3131

32-
install_requires = ["astroid>=2.3.0,<3", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7"]
32+
install_requires = ["astroid>=2.3.0,<2.4", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7"]
3333

3434
dependency_links = [] # type: ignore
3535

0 commit comments

Comments
 (0)