takeshixx / knxmap

KNXnet/IP scanning and auditing tool for KNX home automation installations.
GNU General Public License v3.0
117 stars 41 forks source link

Update to newer asyncio version #27

Open modir opened 2 years ago

modir commented 2 years ago

With python3.10 and newer asyncio the loop is not needed anymore.

takeshixx commented 2 years ago

Hi, thanks for bringing this up. However, does it still work on older Python version when the loop argument is removed?

modir commented 2 years ago

No, it will not work with older versions anymore. So my recommendation would be to tag this as a new release or so.

AkechiShiro commented 1 year ago

Any plans for a new release soon to address this issue ?