|
2 | 2 | envlist = |
3 | 3 | py{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov} |
4 | 4 | py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123,124} |
5 | | - py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19} |
| 5 | + py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19,110} |
6 | 6 | py{37,38,39,310}-test-astropy{40,41,42,43,50,51} |
7 | 7 | build_docs |
8 | 8 | linkcheck |
@@ -55,6 +55,7 @@ description = |
55 | 55 | scipy17: with scipy 1.7.* |
56 | 56 | scipy18: with scipy 1.8.* |
57 | 57 | scipy19: with scipy 1.9.* |
| 58 | + scipy110: with scipy 1.10.* |
58 | 59 | astropy40: with astropy 4.0.* |
59 | 60 | astropy41: with astropy 4.1.* |
60 | 61 | astropy42: with astropy 4.2.* |
|
83 | 84 | scipy17: scipy==1.7.* |
84 | 85 | scipy18: scipy==1.8.* |
85 | 86 | scipy19: scipy==1.9.* |
| 87 | + scipy110: scipy==1.10.* |
86 | 88 |
|
87 | 89 | astropy40: astropy==4.0.* |
88 | 90 | astropy41: astropy==4.1.* |
|
97 | 99 |
|
98 | 100 | latest: astropy==5.1.* |
99 | 101 | latest: numpy==1.24.* |
100 | | - latest: scipy==1.9.* |
| 102 | + latest: scipy==1.10.* |
101 | 103 |
|
102 | 104 | oldest: astropy==4.0.* |
103 | 105 | oldest: numpy==1.16.* |
|
0 commit comments