bckohan / enum-properties

Add properties and method specializations to Python enumeration values with a simple declarative syntax.
https://enum-properties.rtfd.io
MIT License
18 stars 0 forks source link

Address python 3.11+ deprecation warnings. #38

Closed bckohan closed 1 year ago

bckohan commented 1 year ago

/Users/bckohan/Development/enum-properties/enum_properties/init.py:370: DeprecationWarning: In 3.13 classes created inside an enum will not become a member. Use the member decorator to keep the current behavior.