[Python] Release 0.11.1
·
193 commits
to master
since this release
Added
- Python 3.12 support.
- Build wheels for Python 3.10 on PyPy.
Changed
- Update
indexmap
to2.1
. - Update
cssparser
to0.31.2
. - Update
selectors
to0.25
. - Bump MSRV to
1.65
. - Update
PyO3
to0.20.0
. - Update
built
to0.7.1
. - Bump
manylinux
version foraarch64
wheels to2_24
.
Fixed
- Replace double quotes in all property values.
Performance
- Avoid allocation when replacing double quotes in property values.