Added support for Python 3.12
+ Removed support for Python 3.7
+ Removed support for manylinux_2_24 builds (switched to manylinux2014)
+ Added support for non-contiguous buffers
+ Streamlined non-F-contiguous buffer retrieval
+ Should fix https://github.com/Zuzu-Typ/PyGLM/issues/205
* Fix matrix multiplication in arrays
+ Should fix https://github.com/Zuzu-Typ/PyGLM/issues/210
+ Fixed matrix multiplication for `arr * arr`, `mat * arr` and `arr * mat` (thanks to cspotcode )
* fix broken sdist (thanks to szabolcsdombi )