Closed nkukard closed 2 years ago
Python 3.10 drops the loop= parameter in Event(). Check the Python version so we don't raise a TypeError when running under 3.10+.
Fixes #251
I do love it when python doesn't follow semver
Just drop the loop arg entirely
Done
Pull request summary
Python 3.10 drops the loop= parameter in Event(). Check the Python version so we don't raise a TypeError when running under 3.10+.
Fixes #251
Checklist