We've been testing against Python 3.12 for a long time now (since #980), but somehow forgot to declare that we support this version in the metadata.
Also, since NumPy 2 has been released, we should switch to testing for its absence, rather than its presence, so that both NumPy 1 and NumPy 2 are included in at least one test.
We've been testing against Python 3.12 for a long time now (since #980), but somehow forgot to declare that we support this version in the metadata.
Also, since NumPy 2 has been released, we should switch to testing for its absence, rather than its presence, so that both NumPy 1 and NumPy 2 are included in at least one test.