Don't install lgpio for Python >= 3.13

This commit is contained in:
Melissa LeBlanc-Williams 2025-06-23 09:16:29 -07:00
parent 949aac8cde
commit 9093e3c9f5

View file

@ -31,7 +31,7 @@ if os.path.exists("/proc/device-tree/compatible"):
elif b"brcm,bcm2712" in compat:
board_reqs = [
"rpi_ws281x>=4.0.0",
"lgpio",
"lgpio;python_version<'3.11'",
"Adafruit-Blinka-Raspberry-Pi5-Neopixel",
]
# Pi 4 and Earlier