Skip to content

Commit 6412442

Browse files
committed
Require argcomplete>=3.5.2 for Python >= 3.12
Older versions have incompatible monkey-patching.
1 parent b045017 commit 6412442

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Tracker = "https://github.com/ipython/traitlets/issues"
3232

3333
[project.optional-dependencies]
3434
test = [
35-
"argcomplete>=3.0.3",
35+
"argcomplete>=3.0.3; python_version < '3.12'",
36+
"argcomplete>=3.5.2; python_version >= '3.12'",
3637
"mypy>=1.17.0",
3738
"pre-commit",
3839
"pytest-mock",

0 commit comments

Comments
 (0)