Add support for Python 3.13
Dumeng opened this issue · 2 comments
Dumeng commented
Describe the problem you are trying to solve:
The lib currently has a Python version requirement limit on < 3.13 only. And this causes a pip install error on the stable Python release.
Line 55 in 6c205c4
Describe the solution you'd like:
Lift the Python version requirement.
Describe alternatives you've considered:
We want to leverage the feature in the latest Python stable version. So, it looks like there are no actual alternatives.
Additional context: