python-readability icon indicating copy to clipboard operation
python-readability copied to clipboard

Python Version Support, lxml[html_clean] fix, docs fix

Open dbowring opened this issue 1 year ago • 1 comments

  • Fixes support for lxml>=5.2.0
  • Adds explicit support for current python versions
  • Removes support for EOL'd python versions
  • Removes support for EOL'd platforms
  • Fixes build for documentation
  • Replaces use of recommonmark with myst-parser for markdown in docs

Replaces #186 (I promise this is the last revision :sweat_smile: ). This one offers each change as an individual commit. This does not migrate to pyproject.toml, the addition of lxml-html-clean; python_version < '3.11' is sufficient to get the tests and installation running again.

dbowring avatar Aug 15 '24 12:08 dbowring

@buriy -- this PR from @dbowring would be of help to those running readability on newer Python versions (3.11 in my case). Could you please take a look? Thanks!

sanand0 avatar Sep 06 '24 00:09 sanand0