Alir3z4 / html2text

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

Support Python 3.10, 3.11 and 3.12 #392

Closed mborsetti closed 8 months ago

mborsetti commented 2 years ago

In the process of implementing the above, this fix was required:

In the process of fixing the above, the following was discovered:

In the process of all the above the following was in the way:

All tox tests are passed by this PR.

Alir3z4 commented 9 months ago

This is wonderful.

Unfortunately, I've noticed this pull request after https://github.com/Alir3z4/html2text/pull/358#issuecomment-1868045215 (I reverted https://github.com/Alir3z4/html2text/pull/373 along the way to make the CI pass, please feel free to return it in this pull request if it won't cause CI failure).

Could you please update the pull request?

mborsetti commented 9 months ago

This is wonderful.

Unfortunately, I've noticed this pull request after #358 (comment) (I reverted #373 along the way to make the CI pass, please feel free to return it in this pull request if it won't cause CI failure).

Could you please update the pull request?

What is the timeframe for a new release?

I don't see this project as being actively maintained (its last release is practically 4 years old)

Alir3z4 commented 9 months ago

I will be making a new release right after merging this pull request.

mborsetti commented 9 months ago

I will be making a new release right after merging this pull request.

Sounds good.

I've updated the PR and it now supports Python 3.11 and 3.12 too.

CI (tox) runs on local environment.

okiwan commented 9 months ago

Thank you for this update. Coincidentally, this is happening at the right time for us so we can update our dependencies :-) Any plans merging this and creating the new release? Is there something can be done to help speeding this up?