-
Notifications
You must be signed in to change notification settings - Fork 333
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
Python3.9 compatible #85
base: master
Are you sure you want to change the base?
Conversation
I think
Should be moved inside Also, maybe encoding can be dropped even for Python 3.7 and 3.8? |
Excellent advice! I am going to change it. Thanks! |
I have the same problem. @pancak3, thanks for this fix! Сould you please merge this PR? |
Haha this is really an old PR! I would like to help, but only authorized users are allowed to merge. Maybe you can try rebase in your local environment. |
Yes, I merged the PR in my own repository. But I do not give up hope that an authorized user will merge this PR. I just didn't find a better user to mention in this PR 🙂 |
They did not maintain this for a long time. This branch may be merged decades later :D |
json.loads removed arg encoding since python 3.9, see 'https://docs.python.org/3.9/library/json.html#json.loads'