diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-05-11 10:07:08 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-17 22:33:31 +0700 |
commit | 106be581d5b0875314f8ffb2484c580f43fe30cf (patch) | |
tree | 090a6f7259d4ffb97dfd2d443f645abeb4bd4a2f | |
parent | db09aa629b8898735944fa18bdc66ee0f6bfc510 (diff) |
python/click: README update.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/click/README | 2 |
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 |