-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
Description
Component
- Documentation
Describe the bug
Pypi says python 3.9 is supported although I get code errors saying it isn't.
To Reproduce
Steps to reproduce the behavior:
Try and run latest (0.19.3) on python 3.9
Expected behavior
raise RuntimeError("Python >= 3.10 and < 3.13 must be used")
E RuntimeError: Python >= 3.10 and < 3.13 must be used
=========================== short test summary info ============================
ERROR tests/test_gopro_manager.py - RuntimeError: Python >= 3.10 and < 3.13 must be used
ERROR tests/test_gopro_manager.py - RuntimeError: Python >= 3.10 and < 3.13 must be used
ERROR tests/test_gopro_manager.py - RuntimeError: Python >= 3.10 and < 3.13 must be used
ERROR tests/test_gopro_manager.py - RuntimeError: Python >= 3.10 and < 3.13 must be usedScreenshots
Hardware
- Desktop MacOS Sequoia 15.3.2
Reactions are currently unavailable