Skip to content

Commit a7c1dbf

Browse files
authored
Update requirements
Make sure we can't grab incompatible versions of astroid
1 parent e0ddea8 commit a7c1dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
]
2626
requires-python = ">=3.9"
2727
dependencies = [
28-
'astroid>=2.7;python_version<"3.12"',
29-
'astroid>=3;python_version>="3.12"',
28+
'astroid~=3.0;python_version<"3.12"',
29+
'astroid~=4.0;python_version>="3.12"',
3030
"Jinja2",
3131
"PyYAML",
3232
"sphinx>=7.4.0",

0 commit comments

Comments
 (0)