tsukumijima / tweepy-authlib

Twitter Web App (Web 版公式クライアント) の内部 API を使い、Tweepy でスクリーンネームとパスワードで認証するためのライブラリ
https://pypi.org/project/tweepy-authlib/
MIT License
167 stars 11 forks source link

Python 3.12 errors (js2py requirement) #5

Open ShoGinn opened 4 months ago

ShoGinn commented 4 months ago

js2py currently has not released a version since 22-Nov-2022, and the js2py community is aware of the problems with index errors see https://github.com/PiotrDabkowski/Js2Py/issues/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 commented 4 months ago

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 https://github.com/PiotrDabkowski/Js2Py/pull/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.