----------------
- Add preliminary support for Python 3.13 as of 3.13b1.
- Remove support for Python 3.7.
- Build Windows wheels on GHA.
- Make dict views (`.keys()`, `.items()` and `.values()`) behave like their
unrestricted versions.
(`147 <https://github.com/zopefoundation/AccessControl/pull/147>`_)
- Make `.items()` validate each keys and values, like `.keys()` and
`.values()` do.
- Fix build errors on recent macOS versions.