Skip to content

Commit a810a76

Browse files
committed
Depend on current trio
1 parent 4115426 commit a810a76

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
@@ -53,7 +53,7 @@
5353
"""
5454

5555
install_requires = [
56-
"trio >= 0.13.0",
56+
"trio >= 0.15.0",
5757
"outcome",
5858
]
5959
if sys.version_info < (3, 7):

0 commit comments

Comments
 (0)