You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 3 of pybind11 saw the introduction of py::native_enum. These enums integrate better with Python's standard enum type, so we should migrate to using these where possible.