Skip to content
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

Python 3.12 errors (js2py requirement) #5

Open
ShoGinn opened this issue Apr 25, 2024 · 1 comment
Open

Python 3.12 errors (js2py requirement) #5

ShoGinn opened this issue Apr 25, 2024 · 1 comment

Comments

@ShoGinn
Copy link

ShoGinn commented Apr 25, 2024

js2py currently has not released a version since 22-Nov-2022, and the js2py community is aware of the problems with index errors see PiotrDabkowski/Js2Py#282

Thus tweepy-authlib with its requires-python = ">=3.8" is incorrect.

I am aware that you do not list Python 3.12 in the classifiers...

I recommend refactoring the code using js2py to remove the requirement or develop a more Pythonic solution.

@tsukumijima
Copy link
Owner

tsukumijima commented Apr 25, 2024

Thanks for the report, I didn't know that js2py is currently not compatible with Python 3.12.
However, given that I personally am still on Python 3.11 and that a pull request for Python 3.12 support has been submitted to PiotrDabkowski/Js2Py#327, I will hold off on responding to this request.
If js2py supports Python 3.12, nothing will be done and everything will be resolved. If it hasn't been merged after a few months, I may have to think about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants