|
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{119,120,121,122,123,124,125,126,20,21,22,23,24} |
| 4 | + py{310,311,312,313}-test-numpy{120,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 | | - numpy119: with numpy 1.19.* |
40 | 39 | numpy120: with numpy 1.20.* |
41 | 40 | numpy121: with numpy 1.21.* |
42 | 41 | numpy122: with numpy 1.22.* |
@@ -72,7 +71,6 @@ description = |
72 | 71 | # The following provides some specific pinnings for key packages |
73 | 72 | deps = |
74 | 73 |
|
75 | | - numpy119: numpy==1.19.* |
76 | 74 | numpy120: numpy==1.20.* |
77 | 75 | numpy121: numpy==1.21.* |
78 | 76 | numpy122: numpy==1.22.* |
@@ -116,7 +114,7 @@ deps = |
116 | 114 | latest: scipy==1.17.* |
117 | 115 |
|
118 | 116 | oldest: astropy==5.0.* |
119 | | - oldest: numpy==1.19.* |
| 117 | + oldest: numpy==1.20.* |
120 | 118 | oldest: scipy==1.8.* |
121 | 119 |
|
122 | 120 | # The following indicates which extras_require from setup.cfg will be installed |
|
0 commit comments