diff --git a/tox.ini b/tox.ini index 94af3c0e..7eeefe97 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py{38,39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov} - py{38,39,310,311,312}-test-numpy{116,117,118,119,120,121,122,123,124,125,126} + py{38,39,310,311,312}-test-numpy{116,117,118,119,120,121,122,123,124,125,126,20} py{38,39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114} py{38,39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61} build_docs @@ -47,6 +47,7 @@ description = numpy124: with numpy 1.24.* numpy125: with numpy 1.25.* numpy125: with numpy 1.26.* + numpy20: with numpy 2.0.* scipy16: with scipy 1.6.* scipy17: with scipy 1.7.* scipy18: with scipy 1.8.* @@ -81,6 +82,7 @@ deps = numpy124: numpy==1.24.* numpy125: numpy==1.25.* numpy125: numpy==1.26.* + numpy20: numpy==2.0.* scipy16: scipy==1.6.* scipy17: scipy==1.7.* @@ -108,7 +110,7 @@ deps = dev: git+https://github.com/astropy/astropy.git#egg=astropy latest: astropy==6.1.* - latest: numpy==1.26.* + latest: numpy==2.0.* latest: scipy==1.14.* oldest: astropy==4.0.*