Drop the workaround and testing for pandas 1.x. Closes #121.
Add Python 3.13 to CI. Since only the macOS runners have cached 3.13 at the moment, run it there. (I know that the script would download and install uncached 3.13 just fine, but I'm not patient enough for that...)
Add a couple of #type: ignore comments to make mypy happy: it does not understand that the return type from random number generation is ndarray and not float. Part of #48.
Filed #123 for adding Python 3.13 experimental features to the test suite later.
#type: ignore
comments to makemypy
happy: it does not understand that the return type from random number generation isndarray
and notfloat
. Part of #48.Filed #123 for adding Python 3.13 experimental features to the test suite later.