Changelog ========= 3.2 (unreleased) ---------------- - Nothing changed yet. 3.1 (2026-09-25) ---------------- - Move package metadata from setup.py to pyproject.toml. - Add support for Python 3.14. - Drop support for Python 3.9. 3.0 (2025-04-14) ---------------- - Drop support for ``pkg_resources`` namespace and replace it with PEP 420 native namespace. 2.1 (2025-03-31) ---------------- - Add support for Python 3.12, 3.13. - Drop support for Python 3.7, 3.8. 2.0 (2023-02-24) ---------------- - Add support for Python 3.10, 3.11. - Drop support for Python 2.7, 3.5, 3.6. 1.1 (2021-02-15) ---------------- - Add support for Python 3.5, 3.6, 3.7, 3.8 and 3.9. - Add test extra to declare test dependency on ``zope.component [test]``. [icemac] 1.0b1 (2010-01-02) ------------------ * Initial release [optilude]