From 19fb77f6982d7a6871dbbae29d2c0fa85a523a67 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 10 Jul 2022 21:07:29 -0400 Subject: [PATCH] Pin to `trio >= 0.20` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de7a6c3..7492d63 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( install_requires=[ # trio related - 'trio>0.8', + 'trio >= 0.20', 'async_generator', 'trio_typing',