Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: python 3.12 support #6773

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Laikulo
Copy link
Contributor

@Laikulo Laikulo commented Dec 31, 2024

Entirely just some adjustments to dependencies.
Based on initial analysis by Sineos over at the discourse: https://klipper.discourse.group/t/discuss-python-versions/20942/10

@Laikulo
Copy link
Contributor Author

Laikulo commented Dec 31, 2024

Import test succeeds, runs on a multi-mcu test box with kinematics: None

Signed-off-by: Aaron Haun <[email protected]>
@Laikulo
Copy link
Contributor Author

Laikulo commented Jan 1, 2025

Regression tests pass on py3.12, with fresh dicts built on buster.
py_3_12_tests.txt

@Laikulo Laikulo marked this pull request as ready for review January 1, 2025 00:37
@Laikulo Laikulo changed the title Draft: feat: python 3.12 support feat: python 3.12 support Jan 1, 2025
@nefelim4ag
Copy link
Contributor

BTW:

$ ~/klippy-env/bin/python3 -m pip list | grep setup
setuptools         75.1.0
$ ~/klippy-env/bin/python3 -m pip list | grep python-can
python-can         3.3.4
$ ~/klippy-env/bin/python3 --version
Python 3.12.6

But of course, the correct versions are better,
If there are green light on 3.12, I can reinstall Klipper with those if it helps with testing and even migrate back to USB-CAN to cover python-can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants