Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.79k stars 273 forks source link

Remove support for Python ≤ 3.4 #274

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Python 2 support is nearing end of life. At the end of this year, it will no longer be supported, including for security issues.

For more details, see https://pythonclock.org/

All code changes and clean ups that were noticed were done. Changes include:

Refs #129

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.4%) to 97.948% when pulling c157d03ceadca390b0a49cff01a849d6ee869dac on jdufresne:drop-py2 into e9c2615a0c4886c153793bc69ae7e9a1d4690c23 on Alir3z4:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 97.87% when pulling 4735121b3fe3a2b7417a6a346c29402bdaae7a56 on jdufresne:drop-py2 into 3697acd58137bec34ef7dc812f69f3b14990a9bb on Alir3z4:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 97.87% when pulling 4735121b3fe3a2b7417a6a346c29402bdaae7a56 on jdufresne:drop-py2 into 3697acd58137bec34ef7dc812f69f3b14990a9bb on Alir3z4:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 97.87% when pulling 4735121b3fe3a2b7417a6a346c29402bdaae7a56 on jdufresne:drop-py2 into 3697acd58137bec34ef7dc812f69f3b14990a9bb on Alir3z4:master.

Alir3z4 commented 5 years ago

Latest release is out.

Hopefully, that will be the last release that supports Python 2. We can merge this and officially drop python 2 support.

Please fix the conflicts and merge ;)

jdufresne commented 5 years ago

:tada: Great!