dbrgn / RPLCD

A Raspberry Pi LCD library for the widely used Hitachi HD44780 controller, written in Python. GPIO (parallel) and I²C modes supported.
https://rplcd.readthedocs.io/en/latest/
MIT License
262 stars 72 forks source link

Drop support for Python 3.3 #112

Closed dbrgn closed 4 years ago

dbrgn commented 4 years ago

Travis doesn't support Python 3.3 anymore and we should not either.

We can retroactively deprecate 3.3 support in v1.3.0 since that release should still fully support it.

dbrgn commented 4 years ago

Not sure what the issue with Travis is, but the tests pass:

https://travis-ci.org/github/dbrgn/RPLCD/builds/682710665