From df69aedcd566fadb58f4920956a4934917264123 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 11 Oct 2022 11:24:50 -0400 Subject: [PATCH] Pin to latest `trio` version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e966ec..0baa025 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( # trio related # proper range spec: # https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5 - 'trio >= 0.20, < 0.22', + 'trio >= 0.22', 'async_generator', 'trio_typing',