What's changed
I dropped support for Python 3.6, as there were no precompiled AArch64 Linux wheels for new versions of numpy. Since this could potentially be an issue with `gamred_native` (segfault on numpy ABI version mismatch), it is better not to force users of new numpy versions to build everything from scratch. It's already often a problem to match numpy and pandas precisely, there is no need to increase complexity in this area.
**Full Changelog**: https://github.com/gmrukwa/divik/compare/v3.1.0...v3.2.1