Created attachment 272600 [details] Add patch files to fix for python >= 3.12 This patch cherry-picks the commit that allows thefuck to work with Python 3.12. The old `imp` library was deprecated and is now removed in 3.12; switch to importlib. This is upstream commit 0420442, minus the github workflow change.