alexmojaki/snoop

birdseye IS 3.8 compatible, apparently

nicois opened this issue · 1 comments

I see the following, running under Python 3.8:

Traceback (most recent call last):
  File "route.py", line 73, in <module>
    def handle_change(change: ChangeType) -> None:
  File "/usr/local/lib/python3.8/site-packages/snoop/tracer.py", line 290, in __call__
    raise Exception("birdseye doesn't support this version of Python")
Exception: birdseye doesn't support this version of Python

Going by this, that isn't the case. Can the exception be removed?

Thanks, this has been fixed now in #18 and released, you can upgrade.