Merge pull request #334 from goodboy/pin_pre_trio_0.22

Pin pre-0.22 bc exception groups break everything
callable_key_maybe_open_context
goodboy 2022-10-09 16:26:56 -04:00 committed by GitHub
commit 6e24e16068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ setup(
install_requires=[ install_requires=[
# trio related # trio related
'trio >= 0.20', # proper range spec:
# https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5
'trio >= 0.20, < 0.22',
'async_generator', 'async_generator',
'trio_typing', 'trio_typing',