From 8271dfc751a858043a7efb909fcfdda7d4169250 Mon Sep 17 00:00:00 2001 From: Aaron Haun Date: Tue, 31 Dec 2024 15:15:53 -0500 Subject: [PATCH] feat: python 3.12 support --- scripts/klippy-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 7fb2354040e9..c0972b8abc62 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -7,5 +7,7 @@ pyserial==3.4 greenlet==2.0.2 ; python_version < '3.12' greenlet==3.0.3 ; python_version >= '3.12' Jinja2==2.11.3 -python-can==3.3.4 +python-can==3.3.4 ; python_version < '3.12' +python-can==4.3 ; python_version >= '3.12' markupsafe==1.1.1 +setuptools==75.6.0 ; python_version >= '3.12' \ No newline at end of file