|
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} |
| 4 | + py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22,23} |
5 | 5 | py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115} |
6 | 6 | py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71} |
7 | 7 | build_docs |
@@ -47,6 +47,7 @@ description = |
47 | 47 | numpy20: with numpy 2.0.* |
48 | 48 | numpy21: with numpy 2.1.* |
49 | 49 | numpy22: with numpy 2.2.* |
| 50 | + numpy23: with numpy 2.3.* |
50 | 51 | scipy16: with scipy 1.6.* |
51 | 52 | scipy17: with scipy 1.7.* |
52 | 53 | scipy18: with scipy 1.8.* |
|
81 | 82 | numpy20: numpy==2.0.* |
82 | 83 | numpy21: numpy==2.1.* |
83 | 84 | numpy22: numpy==2.2.* |
| 85 | + numpy23: numpy==2.3.* |
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==7.1.* |
111 | | - latest: numpy==2.2.* |
| 113 | + latest: numpy==2.3.* |
112 | 114 | latest: scipy==1.15.* |
113 | 115 |
|
114 | 116 | oldest: astropy==4.3.* |
|
0 commit comments