rm-hull / luma.led_matrix

Python module to drive LED Matrices & 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)
https://luma-led-matrix.readthedocs.io
MIT License
520 stars 157 forks source link

Drop support for Python 3.6 #281

Closed thijstriemstra closed 1 year ago

thijstriemstra commented 1 year ago

I can't seem to merge this because of a false python 3.6 test it's waiting for (which we remove with this pr). Can you merge this @rm-hull?