- Respect ``PURE_PYTHON`` environment variable set to ``0``.
7.2
----------------
- Declare final support for Python 3.13.
7.1
----------------
- Allow calling methods of type ``<class 'builtin_method'>`` by default. In particular, Python 3.12 refactored the ``io`` module in such a way as to slightly change the types of some methods, causing ``zope.security`` to no longer consider them callable. See `zope.file13 <https://github.com/zopefoundation/zope.file/issues/13>`_.
7.0
----------------
- Add preliminary support for Python 3.13 as of 3.13b1.
- Drop support for Python 3.7.
- Build windows wheels on GHA.
6.2
----------------
- Make ``next()`` on C proxies call ``__next__`` rather than ``next`` (see PEP 3114), and drop support for the Python 2 ``next`` method name from pure-Python proxies.
- Drop using ``setup_requires`` due to constant problems on GHA.
- Add support for Python 3.12.
6.1
================
- Remove more proxying code for names that no longer exist in Python 3. (`92 <https://github.com/zopefoundation/zope.security/issues/92>`_)