feat(dependencies): require Python 3.12+ as minimum version#3023
feat(dependencies): require Python 3.12+ as minimum version#3023imstevenpmwork merged 13 commits intomainfrom
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
Could it make sense to add the inline comments in the I am a bit on a niche of users that needs to fit tight boundary constraints in existing codebases with a lot of dependencies, and knowing which upper boundary is "true" and which one is due to simplify the life of the pip solver is super-useful info for us. |
|
@traversaro Thanks for the feedback, I will open another PR for the comments to not block this one for now, but those are really good points, thanks again |
Sure, thanks! |
…ace#3023) * feat(dependecies): upgrade to python3.12 * fix(test): processor regex message * fix(test): processor regex message * fix(dependecies): resolve all tags in python 3.12 * fix(dependecies): add more hints to faster resolve * chore(dependecies): remove cli tag huggingface-hub dep * refactor(policy): update eagle for python3.12 * chore(docs): update policy creation for python 3.12 * chore(test): skip failing tests in macos
|
With Linux raspberrypi 6.12.34+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.34-1+rpt1~bookworm (2025-06-26) aarch64 |
|
@LaurentBerger you can use conda or uv (: |
Type / Scope
Summary / Motivation
lerobotis a moderately recent project: Adopting 3.12 guarantees the project to be future-proof.Related issues
What changed
mps)How was this tested (or how to run locally)
pytest tests/ -xChecklist (required before merge)
pre-commit run -a)pytest)Reviewer notes