testing/thefuck: incompatible with Python 3.12
i have no idea how it builds, but it depends on imp
, removed with 3.12:
thefuck/shells/__init__.py:7: in <module>
from .bash import Bash
thefuck/shells/bash.py:5: in <module>
from ..conf import settings
thefuck/conf.py:1: in <module>
from imp import load_source
E ModuleNotFoundError: No module named 'imp'