- Move package metadata from setup.py to pyproject.toml.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7, 3.8.
- Drop support for Python 2.7, 3.5, 3.6.
- Drop support for deprecated
python setup.py test.
- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.
- Update PyPy version for Travis.
- Drop support for Python 3.4.
- Add
__ne__to the Prefix class. Fix a problem with undoLog/undoInfo filtering in ZODB.UndoLogCompatible
- Add support for Python 3.6, drop support for Python 3.3.
- Add compatibility with Python 3.4 and 3.5.
- Drop support for Python 2.6 and 3.2.
- Add compatibility with Python 3.2 and 3.3. Note that the Prefix class only provides equality testing, but doesn't support ordering.
- Released as separate package.