------
*2024-12-07*
* Add support for Python 3.13.
* Dropped support for EOL Python 3.8.
* Fixed output when using ``TestCase.skipTest`` (`169`_).
* Fixed ``pytest`` requirement to ``>=7.3`` (`159`_).
.. _159: https://github.com/pytest-dev/pytest-subtests/issues/159
.. _169: https://github.com/pytest-dev/pytest-subtests/pull/169