- Add support for Python 3.8, 3.9, 3.10, 3.11, and 3.12.
- Drop support for Python 2.6, 2.7, 3.2, 3.3, and 3.4.
- Use
pytest
rather thansetup.py test
.
- Make it possible to use a class as a requires argument instead of always requiring an interface.
- Initial public release.