diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-08-30 19:26:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:37 +0700 |
commit | 89b8e79d8c9dd7be630e5fcb948e48edd62922f3 (patch) | |
tree | 349fad5ae8f8cdc2eac7e84cb9544363360b0d3b /python/python3-filelock | |
parent | 7986599961be773f22bac2d401be5f7a2b5886f0 (diff) |
python/python3-filelock: Add note to README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-filelock')
-rw-r--r-- | python/python3-filelock/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-filelock/README b/python/python3-filelock/README index 59f3522659e7..dd54b8a7f646 100644 --- a/python/python3-filelock/README +++ b/python/python3-filelock/README @@ -1,2 +1,5 @@ This package contains a single module, which implements a platform independent file lock in Python. + +NOTE: 3.12.2 is the latest version until python/python3-hatchling is +updated to version 1.18 or newer. |