Skip to content

Commit 7a1380e

Browse files
authored
BLD: Set astropy oldest supported version to 5.0 (#660)
1 parent 9921c5c commit 7a1380e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
44
py{39,310,311,312,313}-test-numpy{121,122,123,124,125,126,20,21,22,23,24}
55
py{39,310,311,312,313}-test-scipy{18,19,110,111,112,113,114,115,116,117}
6-
py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71,72}
6+
py{39,310,311,312,313}-test-astropy{50,51,52,53,60,61,70,71,72}
77
build_docs
88
linkcheck
99
codestyle
@@ -57,7 +57,6 @@ description =
5757
scipy115: with scipy 1.15.*
5858
scipy116: with scipy 1.16.*
5959
scipy117: with scipy 1.17.*
60-
astropy43: with astropy 4.3.*
6160
astropy50: with astropy 5.0.*
6261
astropy51: with astropy 5.1.*
6362
astropy52: with astropy 5.2.*
@@ -94,7 +93,6 @@ deps =
9493
scipy116: scipy==1.16.*
9594
scipy117: scipy==1.17.*
9695

97-
astropy43: astropy==4.3.*
9896
astropy50: astropy==5.0.*
9997
astropy51: astropy==5.1.*
10098
astropy52: astropy==5.2.*
@@ -113,7 +111,7 @@ deps =
113111
latest: numpy==2.4.*
114112
latest: scipy==1.17.*
115113

116-
oldest: astropy==4.3.*
114+
oldest: astropy==5.0.*
117115
oldest: numpy==1.21.*
118116
oldest: scipy==1.8.*
119117

0 commit comments

Comments
 (0)