Wrap enums as python's enum.Enum

I believe that should be fairly unproblematic, as python 3.3 reached end of life quite a while ago (https://www.python.org/dev/peps/pep-0398/#lifespan), 3.4 too for that matter (https://devguide.python.org/#status-of-python-branches).

Where are supported Python versions documented? I wasn’t able to find anything on that.