|
1 | 1 | [tox] |
2 | 2 | envlist = |
3 | 3 | py{310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov} |
4 | | - py{310,311,312,313}-test-numpy{120,121,122,123,124,125,126,20,21,22,23,24} |
| 4 | + py{310,311,312,313}-test-numpy{121,122,123,124,125,126,20,21,22,23,24} |
5 | 5 | py{310,311,312,313}-test-scipy{18,19,110,111,112,113,114,115,116,117} |
6 | 6 | py{310,311,312,313}-test-astropy{50,51,52,53,60,61,70,71,72} |
7 | 7 | build_docs |
@@ -36,7 +36,6 @@ description = |
36 | 36 | latest: with the latest supported version of key dependencies |
37 | 37 | oldest: with the oldest supported version of key dependencies |
38 | 38 | cov: and test coverage |
39 | | - numpy120: with numpy 1.20.* |
40 | 39 | numpy121: with numpy 1.21.* |
41 | 40 | numpy122: with numpy 1.22.* |
42 | 41 | numpy123: with numpy 1.23.* |
@@ -71,7 +70,6 @@ description = |
71 | 70 | # The following provides some specific pinnings for key packages |
72 | 71 | deps = |
73 | 72 |
|
74 | | - numpy120: numpy==1.20.* |
75 | 73 | numpy121: numpy==1.21.* |
76 | 74 | numpy122: numpy==1.22.* |
77 | 75 | numpy123: numpy==1.23.* |
@@ -114,7 +112,7 @@ deps = |
114 | 112 | latest: scipy==1.17.* |
115 | 113 |
|
116 | 114 | oldest: astropy==5.0.* |
117 | | - oldest: numpy==1.20.* |
| 115 | + oldest: numpy==1.21.* |
118 | 116 | oldest: scipy==1.8.* |
119 | 117 |
|
120 | 118 | # The following indicates which extras_require from setup.cfg will be installed |
|
0 commit comments