- Re-add a single import of ``pkg_resources`` to avoid other import issues in mixed pip/buildout environments. (`194 <https://github.com/zopefoundation/zope.testrunner/issues/194>`_)
7.1
================
- Replace ``pkg_resources`` with ``importlib.metadata``.
- Remove ``zope.testrunner.eggsupport``. It is no longer usable as of ``setuptools`` 72.0.0. (`185 <https://github.com/zopefoundation/zope.testrunner/issues/185>`_)
6.7
================
- Drop support for Python 3.8.
- Add option ``--only-level=level`` to run tests only at the specified level. (`188 <https://github.com/zopefoundation/zope.testrunner/issues/188>`_)
6.6.1
==================
- Make signatures in ``tb_format`` Python 3.12+ compatible (`186 <https://github.com/zopefoundation/zope.testrunner/issues/186>`_)