summaryrefslogtreecommitdiffstats
path: root/python/python3-anyio/README
diff options
context:
space:
mode:
author Isaac Yu2023-05-27 21:01:56 +0200
committer Willy Sudiarto Raharjo2023-05-31 12:57:52 +0200
commit23b6920b7998593931ccd0d0c4b6ab42c7cb5d8f (patch)
treeee12dd5bb6390ae3703fbf221a303c43fe26be6f /python/python3-anyio/README
parentd2c9cc830b54208057788014d0ba750bb2ba41e0 (diff)
downloadslackbuilds-23b6920b7998593931ccd0d0c4b6ab42c7cb5d8f.tar.gz
python/python3-anyio: Update README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anyio/README')
-rw-r--r--python/python3-anyio/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-anyio/README b/python/python3-anyio/README
index 1c6de09b81..757acd2839 100644
--- a/python/python3-anyio/README
+++ b/python/python3-anyio/README
@@ -2,3 +2,7 @@ AnyIO is an asynchronous networking and concurrency library that works
on top of either asyncio or trio. It implements trio-like structured
concurrency (SC) on top of asyncio, and works in harmony with the
native SC of trio itself.
+
+python3-anyio 3.6.2 is the last possible version for Slackware 15.0.
+Newer versions would require a newer python-setuptools and
+python-setuptools_scm.