Skip to content

Commit 465729f

Browse files
committed
dont require lgpio on python 3.13+
1 parent 29b0ba1 commit 465729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pyftdi>=0.40.0
88
binho-host-adapter>=0.1.6
99
adafruit-circuitpython-typing
1010
toml>=0.10.2; python_version<'3.11'
11-
lgpio>=0.2.2.0; sys_platform=='linux'
11+
lgpio>=0.2.2.0; sys_platform=='linux' and python_version<'3.13'
1212
Adafruit-Blinka-Raspberry-Pi5-Neopixel; platform_machine=='aarch64'

0 commit comments

Comments
 (0)