2025-02-02, 08:55
I opened a PR the other day against repo-plugins and found that addon-checker failed with this mesage:
File "/home/runner/.local/lib/python3.13/site-packages/kodi_addon_checker/check_py3_compatibility.py", line 10, in
from lib2to3 import pgen2, refactor # pylint: disable=deprecated-module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'lib2to3'
It looks like the repo-plugin's workflow is now using python 3.13, but lib2to3 has been removed in this version.
How and where can I report this issue?
File "/home/runner/.local/lib/python3.13/site-packages/kodi_addon_checker/check_py3_compatibility.py", line 10, in
from lib2to3 import pgen2, refactor # pylint: disable=deprecated-module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'lib2to3'
It looks like the repo-plugin's workflow is now using python 3.13, but lib2to3 has been removed in this version.
How and where can I report this issue?