scrapy / parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
BSD 3-Clause "New" or "Revised" License
1.11k stars 137 forks source link

Dropping support of python 3.6 #250

Closed Nirzak closed 1 year ago

Nirzak commented 1 year ago

Hi, python 3.6 has reached its end of life on 23 Dec 2021. I think we should drop the support of python 3.6 from parsel. Should I go forward and edit the workflows and setup to drop support of python 3.6?

elacuesta commented 1 year ago

Makes sense to me, please go ahead if you'd like.

Nirzak commented 1 year ago

Makes sense to me, please go ahead if you'd like.

Ok I will create a PR. Please assign it to me. Thanks