#415 broke test jobs on Python 3.8 (numpy 1.25 requires Python 3.9 or newer). There are two possible approaches to fix this:
- use
oldest-supported-numpy on Python 3.8 instead (keep using numpy>1.25 for other versions)
- drop support for Python 3.8
I'm happy to do the work either way, just please let me know what's preferred here! Ping @astrofrog
#415 broke test jobs on Python 3.8 (numpy 1.25 requires Python 3.9 or newer). There are two possible approaches to fix this:
oldest-supported-numpyon Python 3.8 instead (keep usingnumpy>1.25for other versions)I'm happy to do the work either way, just please let me know what's preferred here! Ping @astrofrog