hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.61k stars 505 forks source link

Development dependencies: increase baseline 'coverage' version to >= 7.4.4 #1092

Closed jayaddison closed 2 months ago

jayaddison commented 2 months ago

We haven't upgraded our dev baseline requirement for coverage for quite a while; but pip and other tools do generally install the latest-available version, and it has always been a version-or-greater spec.

That half-apology aside: there are lots of improvements in the coverage changelog since v4.5.1 - so many in fact that that file's content has been archived to the project documentation website.

Python 3.8+ remains supported, and Python 3.11 and 3.12 are declared supported also.