• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TUM-Aries-Lab / hip-controller / 25805757860

13 May 2026 02:29PM UTC coverage: 83.742% (-0.4%) from 84.178%
25805757860

push

github

NGierden
Add Python 3.10 support for Jetson compatibility

JetPack 6.x ships Python 3.10 as its system Python, and NVIDIA's
pre-built packages (Jetson.GPIO, PyTorch aarch64 wheels) are compiled
against 3.10, making 3.11+ impractical on the Jetson Orin Nano.

Changes:
- Lower requires-python from >=3.11 to >=3.10
- Lower scipy lower bound to >=1.14.0 (1.16+ requires 3.11)
- Add tomli as conditional dependency for python_version < 3.11
- Add StrEnum compatibility shim in definitions.py (3.11+ stdlib)
- Use tomllib/tomli conditional import in __init__.py
- Import StrEnum from definitions in conftest.py

All 41 tests pass on Python 3.10.

819 of 978 relevant lines covered (83.74%)

0.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

96.49
/hip_controller/definitions.py


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc