Skip to content

Commit

Permalink
feat: python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Laikulo committed Dec 31, 2024
1 parent 80d185c commit 8271dfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/klippy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8271dfc

Please sign in to comment.