|
1 | 1 | [tox] |
2 | 2 | envlist = |
3 | 3 | py{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov} |
4 | | - py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22,23,24} |
| 4 | + py{39,310,311,312,313}-test-numpy{121,122,123,124,125,126,20,21,22,23,24} |
5 | 5 | py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115,116,117} |
6 | 6 | py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71,72} |
7 | 7 | build_docs |
@@ -36,8 +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 | | - numpy120: with numpy 1.20.* |
41 | 39 | numpy121: with numpy 1.21.* |
42 | 40 | numpy122: with numpy 1.22.* |
43 | 41 | numpy123: with numpy 1.23.* |
@@ -75,8 +73,6 @@ description = |
75 | 73 | # The following provides some specific pinnings for key packages |
76 | 74 | deps = |
77 | 75 |
|
78 | | - numpy119: numpy==1.19.* |
79 | | - numpy120: numpy==1.20.* |
80 | 76 | numpy121: numpy==1.21.* |
81 | 77 | numpy122: numpy==1.22.* |
82 | 78 | numpy123: numpy==1.23.* |
@@ -122,7 +118,7 @@ deps = |
122 | 118 | latest: scipy==1.17.* |
123 | 119 |
|
124 | 120 | oldest: astropy==4.3.* |
125 | | - oldest: numpy==1.19.* |
| 121 | + oldest: numpy==1.21.* |
126 | 122 | oldest: scipy==1.6.* |
127 | 123 |
|
128 | 124 | # The following indicates which extras_require from setup.cfg will be installed |
|
0 commit comments