I don't need this anymore.
Fix version specifier for 3.9.
Merge pull request #7 from pbabics/feature/python-3.10-support
Add support for python3.10 - removing `loop` parameter
Add support for python3.10 - removing loop parameter
Let's not use this old thing.
Merge pull request #5 from TimothyFitz/master
Pass loop to ensure_future when starting a unix domain socket.
Test both tcp and unix domain sockets.
Pass loop to ensure_future in start_manhole.
Merge pull request #3 from jancespivo/patch-1
Replaced deprecated asyncio.async with asyncio.ensure_future
Handle nmap-ncat putting the socket into a half closed state on ^D.
nmap-ncat correctly waits on the remote to close the connection, where
as openbsd-netcat and gnu-netcat both read the ^D from stdin and
terminate the process, killing the socket by side effect.