tinue / apa102-pi

Pure Python library to drive APA102 LED stripes; Use with Raspberry Pi.
GNU General Public License v2.0
201 stars 71 forks source link

python 3.8 vs. 3.5 #48

Closed plotti closed 3 years ago

plotti commented 3 years ago

Whats the fastest way to install it with python 3.5? I don't want to install python 3.8. Which one is the last version that supports 3.5 and the dependencies are also 3.5?

tinue commented 3 years ago

Both the library and the dependencies are written for Raspbian, current version. So they use the Python 3 version that is used by default on this operating system. I believe this is v3.7.3, but I am not even 100% sure. I never test on anything but the latest Raspbian version, so unfortunately I don't know the answer to your question.

Edit: The library itself installs on any Python 3 version without any changes. It is just not tested.