Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove error when using Python >= 3.11 (#7)
Make Range immutable by adding __hash__ function. Needed to avoid errors using Python >= 3.11 triggered by the following change: https://docs.python.org/3.11/whatsnew/3.11.html#dataclasses
- Loading branch information