scrapy / scrapyd

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

Travis build for python 3.4 is broken #360

Closed mxdev88 closed 3 years ago

mxdev88 commented 4 years ago

Twisted library requires Python 3.5 which causes the travis build to fail.

ImportError: Twisted on Python 3 requires Python 3.5 or later.

here's an example https://travis-ci.org/scrapy/scrapyd/jobs/614893114?utm_medium=notification&utm_source=github_status

Digenis commented 3 years ago

Fixed in #398