Merge pull request #982 from makermelissa/main
Don't install lgpio for Python >= 3.13
This commit is contained in:
commit
959f130619
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue