News

bebbo203 on Feb 16, 2021 Author Solved by removing enum from the requirements bebbo203 closed this as completed on Feb 16, 2021 ...
Additional context According to the Python 3.13 enum documentation, _add_value_alias_ was added in version 3.13 as a method of EnumType to "add a new value as an alias to an existing member". The ...