Skip to content

Commit e544601

Browse files
committed
Restrict click version on 3.10
1 parent fb5c067 commit e544601

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3 :: Only",
2525
]
2626
dependencies = [
27+
"click>=8,<=8.2; python_version == '3.10'", # cannot deepcopy cmd params (specifically, Sentinel.UNSET) on 3.10
2728
"click>=8,!=8.3.0,<8.4",
2829
"tomli; python_version < '3.11'",
2930
"colorama; platform_system == 'Windows'",

0 commit comments

Comments
 (0)