dayjaby / zebra-scanner

Read barcodes in python with zebra barcode scanner
MIT License
24 stars 18 forks source link

Python 3.7 support #12

Closed Sthing closed 4 years ago

Sthing commented 4 years ago

After removing the two reference to Python 3.6 it installs just fine on my Raspberry Pi OS (from Debian buster) with Python 3.7:

$ python3 setup.py install --prefix=$HOME/.local/

Thank you very much for writing this module!

dayjaby commented 4 years ago

Makes perfect sense not to rely on one python version. Thanks!