html-extract / hext

Domain-specific language for extracting structured data from HTML documents
https://hext.thomastrapp.com
Apache License 2.0
52 stars 3 forks source link

Add wheels for Python 3.9 #18

Closed thomastrapp closed 3 years ago

thomastrapp commented 3 years ago

https://www.python.org/downloads/release/python-390/

When done, remove CI skip for version 3.9 introduced in commit https://github.com/html-extract/hext/commit/b858d58cfa4a61a0700e106a063d96e2c863a351

impredicative commented 3 years ago

Hello. This issue is not urgent for me, but it would be nice to have in the next few months.

Python 3.9 has easier type annotations. It also has str.removeprefix and str.removesuffix which are nice, making it a preferred Python version.

thomastrapp commented 3 years ago

I will have a release ready soon

thomastrapp commented 3 years ago

Hext is now available for Python 3.9 on Linux.

Requirements:

@impredicative Thank you for pushing the issue!