* Drop python 3.8 support * Add python 3.11 support * Require ``numpy>=1.20.0`` * Require ``pyarrow>=7`` * Support ``pyarrow=12`` * Bump pybind11 version to 2.10.4 * Update GitHub Actions * Update pre-commit hooks and linting
4.5.10
--------------
* Support ``pyarrow=11``
4.5.9
-------------
* Check for ``_GLIBCXX_USE_CXX11_ABI`` setting of ``pyarrow``.
4.5.8
-------------
* Reupload of 4.5.7
4.5.7
-------------
* Ensure we can correctly load ``arrow_python.dll`` on Windows. * Various build system fixes as we now have macOS and Windows CI. * Set ``_LIBCPP_DISABLE_AVAILABILITY`` to allow building with C++17 on macOS. * Replace usage of ``boost::locale`` with their C++17 equivalents.