codechenx / bv

Data Viewer in Terminal for Bioinformatician
MIT License
2 stars 1 forks source link

`async` is keyword in python 3.7 #2

Open wydty opened 5 years ago

wydty commented 5 years ago
$ bv -h
Traceback (most recent call last):
  File "/home/q/mconda3/bin/bv", line 7, in <module>
    from bv import bv
  File "/home/q/mconda3/lib/python3.7/site-packages/bv/__init__.py", line 5, in <module>
    from . import vdtui
  File "/home/q/mconda3/lib/python3.7/site-packages/bv/vdtui.py", line 399
    def async(func):
            ^
SyntaxError: invalid syntax

async is keyword in python 3.7

codechenx commented 5 years ago

bv only support python3.5-3.6 now, I will add the support of python3.7 soon