Added
- Support for Python 3.10.
Changed
- Updated redistributed PSI-MS file to latest version.
- Bumped required `pronto` dependency to `v2.0` and up.
- Use `functools.cached_property` instead of `cached_property.cached_property` in recent Python version where it is available.
- Use `importlib.resources` instead of `pkg-resources` for managing the package resources.
Removed
- Support for Python 2.7.
- `six` dependency.