- Replace ``pkg_resources`` with `importlib.metadata` and ``packaging``.
- Add support for Python 3.13.
- Drop support for Python 3.8.
4.0
----------------
- Show import step id.
- Add support for Python 3.12.
- Drop support for Python 3.7.
3.0.2
------------------
- Use ``component`` in the serialization of utility registrations if the registered component is a "global object". Fixes `6 <https://github.com/zopefoundation/Products.GenericSetup/issues/6>_`.
3.0.1
------------------
- Fix 126: Handle legacy versions in upgrades also with setuptools 66 or higher. (`126 <https://github.com/zopefoundation/Products.GenericSetup/issues/126>`_)
3.0.0
------------------
- Drop support for Python 2.7, 3.5, 3.6.
2.3.0
------------------
- Fix insidious buildout configuration bug for tests against Zope 4.