ContourPy 1.3.1 is a compatibility release to support changes in bokeh, meson-python and pybind11.
This release supports Python 3.10 to 3.13.
Compatibility:
- Drop support for Python 3.9 (#435)
- Update to
bokeh3.6.0 (#444) - Update minimum
pybind11to 2.13.2 (#451) - Read
meson-pythonversion in recommended way (#452)
Code improvements:
- Use
itertools.pairwiseinstead ofzipwhere possible (#437) - Typing changes from
ruffUP035 and UP038 (#438)
Build, testing and CI improvements: