|
1 | 1 | [tox]
|
2 | 2 | envlist =
|
3 | 3 | py{38,39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
|
4 |
| - py{38,39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20} |
| 4 | + py{38,39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20,21} |
5 | 5 | py{38,39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114}
|
6 | 6 | py{38,39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61}
|
7 | 7 | build_docs
|
@@ -47,6 +47,7 @@ description =
|
47 | 47 | numpy125: with numpy 1.25.*
|
48 | 48 | numpy125: with numpy 1.26.*
|
49 | 49 | numpy20: with numpy 2.0.*
|
| 50 | + numpy21: with numpy 2.1.* |
50 | 51 | scipy16: with scipy 1.6.*
|
51 | 52 | scipy17: with scipy 1.7.*
|
52 | 53 | scipy18: with scipy 1.8.*
|
|
81 | 82 | numpy125: numpy==1.25.*
|
82 | 83 | numpy125: numpy==1.26.*
|
83 | 84 | numpy20: numpy==2.0.*
|
| 85 | + numpy21: numpy==2.1.* |
84 | 86 |
|
85 | 87 | scipy16: scipy==1.6.*
|
86 | 88 | scipy17: scipy==1.7.*
|
@@ -108,7 +110,7 @@ deps =
|
108 | 110 | dev: git+https://github.com/astropy/astropy.git#egg=astropy
|
109 | 111 |
|
110 | 112 | latest: astropy==6.1.*
|
111 |
| - latest: numpy==2.0.* |
| 113 | + latest: numpy==2.1.* |
112 | 114 | latest: scipy==1.14.*
|
113 | 115 |
|
114 | 116 | oldest: astropy==4.0.*
|
|
0 commit comments