BLD: build is currently broken on Python 3.8
Closed this issue · 4 comments
neutrinoceros commented
#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 usingnumpy>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
astrofrog commented
We should just drop 3.8 in line with NEP29
neutrinoceros commented
Awesome. @astrofrog please let me know if you need (or would like) my review. I can make some time for it tomorrow !
astrofrog commented
@neutrinoceros - feel free to review!