scrapinghub / hcf-backend

Crawl Frontier HCF backend
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Is `hcf-backend` now targeted only to Python 3.6+? #14

Closed starrify closed 1 year ago

starrify commented 5 years ago

Because it has now got features like f-strings involved in the code. Examples:

kalessin commented 5 years ago

Yes, it only supports 3.6 and further. Many of the requirements has anyway the same 'limitation'. I have to update the targets in setup.py.

starrify commented 5 years ago

Thanks a lot @kalessin :) May I have a further question please? Have we got some indicator for the latest version that was still targeted to Python 2.7? Asking because we've got old projects (residing in Python 2) that might make use of some newly introduced features.