scrapy / itemadapter

Common interface for data container classes
BSD 3-Clause "New" or "Revised" License
61 stars 13 forks source link

Drop Python 3.5 support #38

Closed elacuesta closed 3 years ago

elacuesta commented 3 years ago

Support for Python 3.5 was recently dropped from Scrapy (https://github.com/scrapy/scrapy/pull/4742, to be released).

This PR should fix the current problem with #36.

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          111       111           
=========================================
  Hits           111       111           
Impacted Files Coverage Δ
itemadapter/utils.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7559336...1d2f90d. Read the comment docs.