@@ -3,7 +3,7 @@ envlist =
3
3
py{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4
4
py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22}
5
5
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}
7
7
build_docs
8
8
linkcheck
9
9
codestyle
@@ -57,9 +57,6 @@ description =
57
57
scipy113: with scipy 1.13.*
58
58
scipy114: with scipy 1.14.*
59
59
scipy114: with scipy 1.15.*
60
- astropy40: with astropy 4.0.*
61
- astropy41: with astropy 4.1.*
62
- astropy42: with astropy 4.2.*
63
60
astropy43: with astropy 4.3.*
64
61
astropy50: with astropy 5.0.*
65
62
astropy51: with astropy 5.1.*
95
92
scipy114: scipy ==1.14.*
96
93
scipy114: scipy ==1.15.*
97
94
98
- astropy40: astropy ==4.0.*
99
- astropy41: astropy ==4.1.*
100
- astropy42: astropy ==4.2.*
101
95
astropy43: astropy ==4.3.*
102
96
astropy50: astropy ==5.0.*
103
97
astropy51: astropy ==5.1.*
@@ -115,7 +109,7 @@ deps =
115
109
latest: numpy ==2.2.*
116
110
latest: scipy ==1.15.*
117
111
118
- oldest: astropy ==4.0 .*
112
+ oldest: astropy ==4.3 .*
119
113
oldest: numpy ==1.19.*
120
114
oldest: scipy ==1.6.*
121
115
0 commit comments