Skip to content

Commit 582aeea

Browse files
authored
Pin upper version of click (#294)
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 582aeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tgit g# Release process for `spin`
1+
# Release process for `spin`
22

33
## Introduction
44

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

0 commit comments

Comments
 (0)