astropy / reproject

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://reproject.readthedocs.io
BSD 3-Clause "New" or "Revised" License
105 stars 64 forks source link

BLD: build is currently broken on Python 3.8 #421

Closed neutrinoceros closed 7 months ago

neutrinoceros commented 7 months ago

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:

I'm happy to do the work either way, just please let me know what's preferred here! Ping @astrofrog

astrofrog commented 7 months ago

We should just drop 3.8 in line with NEP29

astrofrog commented 7 months ago

This is already done in https://github.com/astropy/reproject/pull/411

neutrinoceros commented 7 months ago

Awesome. @astrofrog please let me know if you need (or would like) my review. I can make some time for it tomorrow !

astrofrog commented 7 months ago

@neutrinoceros - feel free to review!