Skip to content

Commit fe9a3eb

Browse files
authored
Revert "Allow click 8.3.x series, excluding 8.3.0 (#297)" (#308)
This reverts commit d0a0ad0.
1 parent d0a0ad0 commit fe9a3eb

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
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3 :: Only",
2525
]
2626
dependencies = [
27-
"click>=8,!=8.3.0,<8.4",
27+
"click>=8,<8.3",
2828
"tomli; python_version < '3.11'",
2929
"colorama; platform_system == 'Windows'",
3030
"importlib_metadata >= 7"

0 commit comments

Comments
 (0)