Skip to content

Commit fb9da13

Browse files
committed
feat: python 3.12 support
Signed-off-by: Aaron Haun <[email protected]>
1 parent 80d185c commit fb9da13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/klippy-requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ pyserial==3.4
77
greenlet==2.0.2 ; python_version < '3.12'
88
greenlet==3.0.3 ; python_version >= '3.12'
99
Jinja2==2.11.3
10-
python-can==3.3.4
10+
python-can==3.3.4 ; python_version < '3.12'
11+
python-can==4.3 ; python_version >= '3.12'
1112
markupsafe==1.1.1
13+
setuptools==75.6.0 ; python_version >= '3.12'

0 commit comments

Comments
 (0)