diff --git a/setup.py b/setup.py index 958c8f3..7f6d8f5 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( # trio related # proper range spec: # https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5 - 'trio >= 0.22', + 'trio >= 0.24', 'async_generator', 'trio_typing', 'exceptiongroup',