scrapy / scrapyd

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

Drop Python 3.6 support #459

Closed Laerte closed 1 year ago

Laerte commented 1 year ago

@jpmckinney I had added 3.11 support by accident, let me know if you want to add support for this version aswell so i raise other PR too :)

codecov[bot] commented 1 year ago

Codecov Report

Merging #459 (9a3525e) into master (cb8cf8e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #459   +/-   ##
=======================================
  Coverage   81.87%   81.87%           
=======================================
  Files          22       22           
  Lines        1004     1004           
=======================================
  Hits          822      822           
  Misses        182      182           
Flag Coverage Δ
unittests 81.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

jpmckinney commented 1 year ago

@Laerte If 3.11 tests pass, we should add it :)