Closed ntamas closed 4 years ago
thank you
I think it can be merged as-is, but first I'll try manual builds against both Trio versions to confirm since the checks did not run on this fork.
However, to support this robustly going forward, the project CI really needs to run against multiple versions of Trio...
Are there any plans for a next release that includes this PR? If not, I'll set up a custom warning handler on my side to silence this warning instead.
Are there any plans for a next release that includes this PR?
I've just released v0.1.1. Thanks again.
Many thanks for the great support!
trio.hazmat
is deprecated since Trio 0.15.0; this PR tries to import fromtrio.lowlevel
first to avoid the deprecation warning, falling back totrio.hazmat
for older versions of Trio.