astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
198 stars 109 forks source link

Revisit test matrix: remove python 3.7 #555

Closed wtgee closed 1 month ago

wtgee commented 1 year ago
          You should probably drop Python 3.7. It is picking up a very old `astropy` (4.3.1).

Originally posted by @pllim in https://github.com/astropy/astroplan/issues/554#issuecomment-1572975888

EOL for Python 3.7 is 2023-06-27 (schedule) so we should consider removing support from our test mtarix.

The tox.ini file also specifies a number of versions of astropy that are quite old and doesn't specifically support the 5.x branch, so we should clean that up as well.

wtgee commented 1 year ago

I'll try to sit down this weekend and work on some of this and get a PR submitted.

pllim commented 1 year ago

FWIW, astropy 5.3 also dropped Python 3.8 to follow numpy, see astropy/astropy#14286 .

bmorris3 commented 1 month ago

Closed by #584.