Skip to content

Commit 8f40ca9

Browse files
dstansbyAWhetter
authored andcommitted
Don't pull in alpha releases of astroid
1 parent 9e6a70a commit 8f40ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">=3.8"
2828
dependencies = [
2929
'astroid>=2.7;python_version<"3.12"',
30-
'astroid>=3.0.0a1;python_version>="3.12"',
30+
'astroid>=3;python_version>="3.12"',
3131
"Jinja2",
3232
"PyYAML",
3333
"sphinx>=6.1.0",

0 commit comments

Comments
 (0)