Commit 2b1932b
committed
Remove Python 3.13 version cap on lgpio dependency
- Change lgpio requirement from 'lgpio;python_version<"3.13"' to
'lgpio>=0.2.2.0' so it installs on Python 3.13+
- Pin >=0.2.2.0 to avoid the broken empty stub (0.0.0.2) on piwheels
- Remove unused yellow_text() function and raspberry_pi variable
that were only used for the now-removed manual install warning
- Remove post-install warning about manual lgpio installation
The version cap was preventing lgpio from being installed on Python 3.13+
which broke GPIO on Raspberry Pi 5. The lgpio dependency is only included
when running on Raspberry Pi hardware (checked via /proc/device-tree/compatible).
Pre-built aarch64 wheels for Python 3.13 and 3.14 are available at:
https://github.com/adafruit/lgpio-python-wheels
Fixes #10161 parent 2551cd5 commit 2b1932b
1 file changed
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
51 | 46 | | |
52 | 47 | | |
53 | 48 | | |
54 | | - | |
| 49 | + | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
58 | | - | |
59 | 53 | | |
60 | 54 | | |
61 | 55 | | |
| |||
130 | 124 | | |
131 | 125 | | |
132 | 126 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
0 commit comments