v0.15.0 ======= This release adds support for Python 3.14 and removes the previous upper bound on the Python version pin. Updates ------- * Added support for Python 3.14. * Removed the upper bound on the Python version constraint in ``pyproject.toml`` (now ``>=3.10`` instead of ``>=3.10,<3.14``). * Pinned ``syrupy`` to ``>=4.0.0,<5.0.0`` pending ``conftest.py`` updates required for v5 compatibility.