release 0.5.2
- Update to Cython 0.29.34 which should provide Python 3.11 compatibility. (Cython 3.0.0 is now in beta.)
- Add
arrow.pxd
to work around a Cython 3.0.0 bug. - Stop using deprecated
numpy.distutils
to avoid warnings and prepare for its removal in Python 3.12. - Make
test_arrow.py --plot
compatible with Python 3. - Fix
PytestReturnNotNoneWarning
warnings from pytest 7.2.0.