|
1 | 1 | [tox] |
2 | 2 | envlist = |
3 | 3 | py{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov} |
4 | | - py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122} |
| 4 | + py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123} |
5 | 5 | py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18} |
6 | 6 | py{37,38,39,310}-test-astropy{40,41,42,43,50,51} |
7 | 7 | build_docs |
@@ -45,6 +45,7 @@ description = |
45 | 45 | numpy120: with numpy 1.20.* |
46 | 46 | numpy121: with numpy 1.21.* |
47 | 47 | numpy122: with numpy 1.22.* |
| 48 | + numpy123: with numpy 1.23.* |
48 | 49 | scipy12: with scipy 1.2.* |
49 | 50 | scipy13: with scipy 1.3.* |
50 | 51 | scipy14: with scipy 1.4.* |
|
69 | 70 | numpy120: numpy==1.20.* |
70 | 71 | numpy121: numpy==1.21.* |
71 | 72 | numpy122: numpy==1.22.* |
| 73 | + numpy123: numpy==1.23.* |
72 | 74 |
|
73 | 75 | scipy12: scipy==1.2.* |
74 | 76 | scipy13: scipy==1.3.* |
|
90 | 92 | dev: git+https://github.com/astropy/astropy.git#egg=astropy |
91 | 93 |
|
92 | 94 | latest: astropy==5.1.* |
93 | | - latest: numpy==1.22.* |
| 95 | + latest: numpy==1.23.* |
94 | 96 | latest: scipy==1.8.* |
95 | 97 |
|
96 | 98 | oldest: astropy==4.0.* |
|
0 commit comments