adbar / htmldate

Fast and robust date extraction from web pages, with Python or on the command-line
https://htmldate.readthedocs.io
Apache License 2.0
117 stars 26 forks source link

lxml pinning / Python 3.12 support for MacOS #113

Closed efecan-circlelabs closed 6 months ago

efecan-circlelabs commented 7 months ago

Hello,

I'm unable to find a reason why lxml is pinned here https://github.com/adbar/htmldate/blob/master/setup.py#L121-L122

It's breaking my local dev which is running on MacOS and encountering the pinned version which doesn't compile for Python 3.12 (later versions of lxml compile just fine).

For the mean time I've fork'd this repo and removed the pinning.

Please advice, happy to make any required PRs! Thanks.