|
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,123} |
| 4 | + py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123,124} |
5 | 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
|
@@ -46,6 +46,7 @@ description =
|
46 | 46 | numpy121: with numpy 1.21.*
|
47 | 47 | numpy122: with numpy 1.22.*
|
48 | 48 | numpy123: with numpy 1.23.*
|
| 49 | + numpy124: with numpy 1.24.* |
49 | 50 | scipy12: with scipy 1.2.*
|
50 | 51 | scipy13: with scipy 1.3.*
|
51 | 52 | scipy14: with scipy 1.4.*
|
|
72 | 73 | numpy121: numpy==1.21.*
|
73 | 74 | numpy122: numpy==1.22.*
|
74 | 75 | numpy123: numpy==1.23.*
|
| 76 | + numpy124: numpy==1.24.* |
75 | 77 |
|
76 | 78 | scipy12: scipy==1.2.*
|
77 | 79 | scipy13: scipy==1.3.*
|
|
94 | 96 | dev: git+https://github.com/astropy/astropy.git#egg=astropy
|
95 | 97 |
|
96 | 98 | latest: astropy==5.1.*
|
97 |
| - latest: numpy==1.23.* |
| 99 | + latest: numpy==1.24.* |
98 | 100 | latest: scipy==1.9.*
|
99 | 101 |
|
100 | 102 | oldest: astropy==4.0.*
|
|
0 commit comments