Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conversion from int to EnumType to be py3.10+ compatible #66

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

patacca
Copy link
Collaborator

@patacca patacca commented Oct 14, 2024

the in operator from int to EnumType is supported only in python 3.12+ (see reference https://docs.python.org/3/library/enum.html#enum.EnumType.contains)

@patacca patacca added the bug Something isn't working label Oct 14, 2024
@patacca patacca merged commit e6d8085 into main Oct 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant