Closed ajndkr closed 10 months ago
The (str, Enum) enum classes don't work as expected for python 3.11 due to the presence of StrEnum class from enum library.
(str, Enum)
StrEnum
enum
Description
The
(str, Enum)
enum classes don't work as expected for python 3.11 due to the presence ofStrEnum
class fromenum
library.Changelog:
StrEnum
definition in utils