Skip to content

Commit 9580044

Browse files
committed
Unfreeze version of trio
1 parent 112598e commit 9580044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"""
5252

5353
install_requires = [
54-
"trio ~= 0.4.0",
54+
"trio >= 0.5.0",
5555
"async_generator >= 1.6",
5656
"outcome",
5757
]

0 commit comments

Comments
 (0)