Is thonny-py5mode expected to run on older Thonny versions like 3, given Thonny 5 is on the making? https://github.com/thonny/thonny/releases/tag/v5.0.0a2 I'd like to drop these kinda `try/except import` blocks in order to simplify and eliminate type hint lint warnings: https://github.com/py5coding/thonny-py5mode/blob/0.4.6-alpha/thonnycontrib/backend/py5_imported_mode_backend.py#L12-L26 https://github.com/py5coding/thonny-py5mode/pull/14