aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-05-11 10:07:08 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-17 22:33:31 +0700
commit106be581d5b0875314f8ffb2484c580f43fe30cf (patch)
tree090a6f7259d4ffb97dfd2d443f645abeb4bd4a2f
parentdb09aa629b8898735944fa18bdc66ee0f6bfc510 (diff)
python/click: README update.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/click/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/click/README b/python/click/README
index 335070ddc9..f454dc3642 100644
--- a/python/click/README
+++ b/python/click/README
@@ -9,6 +9,8 @@ It aims to make the process of writing command line tools quick and
fun while also preventing any frustration caused by the inability to
implement an intended CLI API.
+NOTE: click-8.1.x is the last version to support python-3.9
+
NOTE:
-Use click-legacy7 if you need click<=8 and/or python2 support