With the introduction of *JUMP_BACKWARD* opcodes and new exception handling table and opcodes it becomes hard to maintain old code without breaking it or affecting the new code in unexpected ways.
Similar approach has been taken with decompile3 with similar reasoning albeit with lower 3.7 version
The proposition itself consists of:
- Remove any code that handles <3.11 cases, for better readability and easier maintainability
- Add 3.11 + support