Is there a #python tool to automatically take a Python codebase and make it compatible with 3.11 *without dropping older versions*? (Hence: pyupgrade doesn't work for me IIUC)
In particular, I'm dealing with a project that uses `inspect.getargspec`, deprecated since Python 3.0 and finally removed in Python 3.11.