Skip to content

Commit 9093e3c

Browse files
committed
Don't install lgpio for Python >= 3.13
1 parent 949aac8 commit 9093e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
elif b"brcm,bcm2712" in compat:
3232
board_reqs = [
3333
"rpi_ws281x>=4.0.0",
34-
"lgpio",
34+
"lgpio;python_version<'3.11'",
3535
"Adafruit-Blinka-Raspberry-Pi5-Neopixel",
3636
]
3737
# Pi 4 and Earlier

0 commit comments

Comments
 (0)