We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b045017 commit 6412442Copy full SHA for 6412442
1 file changed
pyproject.toml
@@ -32,7 +32,8 @@ Tracker = "https://github.com/ipython/traitlets/issues"
32
33
[project.optional-dependencies]
34
test = [
35
- "argcomplete>=3.0.3",
+ "argcomplete>=3.0.3; python_version < '3.12'",
36
+ "argcomplete>=3.5.2; python_version >= '3.12'",
37
"mypy>=1.17.0",
38
"pre-commit",
39
"pytest-mock",
0 commit comments