Pin to latest `trio` version

eg_backup
Tyler Goodlet 2022-10-11 11:24:50 -04:00
parent b15e4ed9ce
commit df69aedcd5
1 changed files with 1 additions and 1 deletions

View File

@ -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',