python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
187 stars 37 forks source link

[tests] support trio's new exception groups, bump min trio rev to 0.25.0 #147

Closed axiomiety closed 2 months ago

axiomiety commented 2 months ago

Fixes #146.

Technically it's only the tests that are impacted but for completeness I also bumped the trio version on docs-requirements.txt.

oremanj commented 2 months ago

Thank you!