Skip to content

[Python] Release 0.11.1

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 09 Dec 13:10
· 193 commits to master since this release
python-v0.11.1
07c3fef

Added

  • Python 3.12 support.
  • Build wheels for Python 3.10 on PyPy.

Changed

  • Update indexmap to 2.1.
  • Update cssparser to 0.31.2.
  • Update selectors to 0.25.
  • Bump MSRV to 1.65.
  • Update PyO3 to 0.20.0.
  • Update built to 0.7.1.
  • Bump manylinux version for aarch64 wheels to 2_24.

Fixed

  • Replace double quotes in all property values.

Performance

  • Avoid allocation when replacing double quotes in property values.