Looks like some tweaks are going to be needed to work in Python 3.11?
https://docs.python.org/3/whatsnew/3.11.html#enum
File "/python3.11/site-packages/enumfields/enums.py", line 17, in new
attrs._member_names.remove('Labels')
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'remove'
Looks like some tweaks are going to be needed to work in Python 3.11?
https://docs.python.org/3/whatsnew/3.11.html#enum
File "/python3.11/site-packages/enumfields/enums.py", line 17, in new
attrs._member_names.remove('Labels')
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'remove'