Updated to Python 3.13 #38
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello! I was really eager to try out your project on a new version of Python in order to expand it with new pip packages.
And whilst the project ran perfectly with Python 3.7 and the packages of versions that you've stated in requirements.txt - I was faced with some errors while trying to run this project with more up-to-date packages versions that are available for Python 3.13.
So here is my remaster of your code for Python 3.13. It really helped me with my use-case.
Could you please tell me about, like, would you want to try to review and merge this remastered version into your original github?