aequitas / python-rflink

MIT License
30 stars 27 forks source link

rflinkproxy uses Python 3.5 features #31

Closed scop closed 4 years ago

scop commented 4 years ago

README and setup.* say that the package is for Python >= 3.4, but rflinkproxy/__main__.py contains async def connect(...), that syntax is for Python >= 3.5 only. Perhaps fix by dropping support for 3.4 :) ?

aequitas commented 4 years ago

Or revert to python3.4 compatible syntax :). I see that file is not covered by tests so it doesn't fail on the py34 suite, I'll see what I can do about it

https://travis-ci.org/aequitas/python-rflink/jobs/625138878

aequitas commented 4 years ago

Python 3.4 compat restored