Skip to content

Commit 9d1c5fe

Browse files
Bump astroid to 4.0.0
1 parent 2f7933f commit 9d1c5fe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

doc/whatsnew/4/4.0/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
Summary -- Release highlights
1313
=============================
1414

15+
Pylint now supports Python 3.14.
16+
17+
The required ``astroid`` version is now 4.0.0. See the
18+
`astroid changelog <https://pylint.readthedocs.io/projects/astroid/en/latest/changelog.html#what-s-new-in-astroid-4-0-0>`_
19+
for additional fixes, features, and performance improvements applicable to pylint.
1520

1621
.. towncrier release notes start

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
# Also upgrade requirements_test_min.txt.
4141
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4242
# see https://github.com/pylint-dev/astroid/issues/1341
43-
"astroid>=4.0.0rc0,<=4.1.0.dev0",
43+
"astroid>=4,<=4.1.0.dev0",
4444
"colorama>=0.4.5; sys_platform=='win32'",
4545
"dill>=0.2; python_version<'3.11'",
4646
"dill>=0.3.6; python_version>='3.11'",

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid==4.0.0rc0 # Pinned to a specific version for tests
3+
astroid==4.0.0 # Pinned to a specific version for tests
44
typing-extensions~=4.15
55
py~=1.11.0
66
pytest~=8.4

0 commit comments

Comments
 (0)