==================
- Remove ``__cmp__`` methods. Since the implementation of the rich
comparison methods (``__eq__``, etc) in 4.0a1, the interpreter won't
call ``__cmp__``, even on Python 2. See `issue 10
<https://github.com/zopefoundation/zope.keyreference/issues/10>`_.
- Add support for Python 3.8, 3.9, and 3.10.
- Drop support for Python 3.4.