Skip to content

Commit ffa7ea7

Browse files
committed
Pin upper version of click
Avoids pallets/click#3065 until we adjust to the 8.3 release of click. This should fix CI for projects that use spin, like SciPy: scipy/scipy#23642
1 parent 9e1d060 commit ffa7ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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",
27+
"click>=8.2,<8.3",
2828
"tomli; python_version < '3.11'",
2929
"colorama; platform_system == 'Windows'",
3030
"importlib_metadata >= 7"

0 commit comments

Comments
 (0)