- Don't build dynamic plugins for molfile since they are all build statically as well. This removes a lot of spurious warnings.
- Build with Clang.
- Support for Python <= 3.12.
- Initialize atomsel type with the spec-based initializer instead of manually creating the type struct. This is part of the Limited ABI so should be a lot more future proof.