- Dropped support for Python 3.4, added Python 3.8
- Add
__slots__
optimization in Node class, should give performance improvement - Fixed:
- Restore universal wheels
- Bytes/str type incompatibility in setup.py
- New version of distutils rejects version suffixes of
.postNN
, useaNN
instead