tweepy-authlib icon indicating copy to clipboard operation
tweepy-authlib copied to clipboard

Python 3.12 errors (js2py requirement)

Open ShoGinn opened this issue 2 months ago • 1 comments

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.

ShoGinn avatar Apr 25 '24 13:04 ShoGinn