jorenham / scipy-stubs

Typing Stubs for SciPy
https://pypi.org/project/scipy-stubs/
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

test against the oldest supported numpy version #81

Open jorenham opened 1 month ago

jorenham commented 1 month ago

We currently rely on the private (and undocumented) numpy._typing aliases, which have no formal guarantees, so testing these over the supported range of numpy versions sseems like a good idea.

jorenham commented 1 month ago

related to #93