Skip to content

Commit 9059285

Browse files
committed
BLD: Set astropy oldest supported version to 4.3 (#645)
1 parent 851ab0f commit 9059285

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tox.ini

Lines changed: 2 additions & 8 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{119,120,121,122,123,124,125,126,20,21,22}
55
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115}
6-
py{39,310,311,312,313}-test-astropy{40,41,42,43,50,51,52,53,60,61,70}
6+
py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70}
77
build_docs
88
linkcheck
99
codestyle
@@ -57,9 +57,6 @@ description =
5757
scipy113: with scipy 1.13.*
5858
scipy114: with scipy 1.14.*
5959
scipy114: with scipy 1.15.*
60-
astropy40: with astropy 4.0.*
61-
astropy41: with astropy 4.1.*
62-
astropy42: with astropy 4.2.*
6360
astropy43: with astropy 4.3.*
6461
astropy50: with astropy 5.0.*
6562
astropy51: with astropy 5.1.*
@@ -95,9 +92,6 @@ deps =
9592
scipy114: scipy==1.14.*
9693
scipy114: scipy==1.15.*
9794

98-
astropy40: astropy==4.0.*
99-
astropy41: astropy==4.1.*
100-
astropy42: astropy==4.2.*
10195
astropy43: astropy==4.3.*
10296
astropy50: astropy==5.0.*
10397
astropy51: astropy==5.1.*
@@ -115,7 +109,7 @@ deps =
115109
latest: numpy==2.2.*
116110
latest: scipy==1.15.*
117111

118-
oldest: astropy==4.0.*
112+
oldest: astropy==4.3.*
119113
oldest: numpy==1.19.*
120114
oldest: scipy==1.6.*
121115

0 commit comments

Comments
 (0)