scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.92k stars 569 forks source link

Consider deprecated versions of Python3 #508

Closed vorenhoutgithub closed 1 month ago

vorenhoutgithub commented 1 month ago

setup states it still supports deprecated or EOL Python 3

File: https://github.com/scrapy/scrapyd/blob/master/setup.py

Versions: https://devguide.python.org/versions/

Consider removing 3.7 and 3.8 from the list.

jpmckinney commented 1 month ago

Sure. Python 3.8 isn't EOL yet.

vorenhoutgithub commented 1 month ago

Thanks for picking this up so fast: very impressive and appreciated.