Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't rely on Python 3.12+ enum
__contains__
Turns out the old implementation here relied on a feature added in Python 3.12. Converting that to a version that will work on older Pythons, too. This fixes bug #1. See: python/cpython#88123
- Loading branch information