rmax / scrapy-redis

Redis-based components for Scrapy.
http://scrapy-redis.readthedocs.io
MIT License
5.52k stars 1.59k forks source link

Is there a planned support for Python3.11? #273

Closed lion137 closed 1 year ago

rmax commented 1 year ago

Contributions are welcome!

lion137 commented 1 year ago

I would be happy to get in (I'm maintaining a big scrapper with scrapy-redis), but I never did such a task before. Do you (does anyone) have some guidance on how to proceed?

rmax commented 1 year ago

First thing it would be to try to setup your project in Python 3.11.

If everything installs fine then try to run it and see if you get the same behavior.

If something goes wrong you can report back here and we can figure it out.

lion137 commented 1 year ago

Coll, cool, cool, that was my plan, I just stopped seeing, that scrapy-redis supports =< 3.10. I'm starting to create a new project then, and, eventually, 'll come back here.

LuckyPigeon commented 1 year ago

@rmax @lion137 I've already built scrapy_redis with python3.11, it's compatible, I'll update the necessary files in these days. Then we can issue next version.