astroplan icon indicating copy to clipboard operation
astroplan copied to clipboard

Revisit test matrix: remove python 3.7

Open wtgee opened this issue 2 years ago • 2 comments

          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 avatar Jun 02 '23 18:06 wtgee

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

wtgee avatar Jun 02 '23 18:06 wtgee

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

pllim avatar Jun 02 '23 18:06 pllim

Closed by #584.

bmorris3 avatar Jul 15 '24 13:07 bmorris3