|
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}
|
5 |
| - py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18} |
| 5 | + py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19} |
6 | 6 | py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
|
7 | 7 | build_docs
|
8 | 8 | linkcheck
|
@@ -53,6 +53,7 @@ description =
|
53 | 53 | scipy16: with scipy 1.6.*
|
54 | 54 | scipy17: with scipy 1.7.*
|
55 | 55 | scipy18: with scipy 1.8.*
|
| 56 | + scipy19: with scipy 1.9.* |
56 | 57 | astropy40: with astropy 4.0.*
|
57 | 58 | astropy41: with astropy 4.1.*
|
58 | 59 | astropy42: with astropy 4.2.*
|
|
79 | 80 | scipy16: scipy==1.6.*
|
80 | 81 | scipy17: scipy==1.7.*
|
81 | 82 | scipy18: scipy==1.8.*
|
| 83 | + scipy19: scipy==1.9.* |
82 | 84 |
|
83 | 85 | astropy40: astropy==4.0.*
|
84 | 86 | astropy41: astropy==4.1.*
|
|
93 | 95 |
|
94 | 96 | latest: astropy==5.1.*
|
95 | 97 | latest: numpy==1.23.*
|
96 |
| - latest: scipy==1.8.* |
| 98 | + latest: scipy==1.9.* |
97 | 99 |
|
98 | 100 | oldest: astropy==4.0.*
|
99 | 101 | oldest: numpy==1.16.*
|
|
0 commit comments