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.
2 parents 949aac8 + 9093e3c commit 959f130Copy full SHA for 959f130
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