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

chore: support Python 3.12 #138

Open felix-seifert opened 2 months ago

felix-seifert commented 2 months ago

Python 3.12 has started being GA last year already. We should definitely ensure that it works for it.