facelessuser / soupsieve

A modern CSS selector implementation for BeautifulSoup
https://facelessuser.github.io/soupsieve/
MIT License
205 stars 38 forks source link

Add support for Python 3.12 and drop EOL 3.7 #265

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

The Python 3.12 release candidate is out! :rocket:

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/

Also drop support for EOL Python 3.7 https://devguide.python.org/versions/ and upgrade Python syntax with pyupgrade --py38-plus.

facelessuser commented 1 year ago

Yep, this was on my list, so thanks for handling this. This will help us push support a little earlier than I had planned.

facelessuser commented 1 year ago

@gir-bot lgtm