We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949aac8 commit 9093e3cCopy full SHA for 9093e3c
setup.py
@@ -31,7 +31,7 @@
31
elif b"brcm,bcm2712" in compat:
32
board_reqs = [
33
"rpi_ws281x>=4.0.0",
34
- "lgpio",
+ "lgpio;python_version<'3.11'",
35
"Adafruit-Blinka-Raspberry-Pi5-Neopixel",
36
]
37
# Pi 4 and Earlier
0 commit comments