Merge pull request #982 from makermelissa/main

Don't install lgpio for Python >= 3.13
This commit is contained in:
Melissa LeBlanc-Williams 2025-06-23 09:35:23 -07:00 committed by GitHub
commit 959f130619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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