Changelog:
- Added support for 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, use aNN instead.
Depends on D9592
Signed-off-by: Algent Albrahimi <algent@protonmail.com>