From 6e47276ffd04028af4f9189351dbae789f44cdca Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Mon, 3 Jan 2022 18:22:34 +0000 Subject: [PATCH] BLD: Set numpy latest supported version to 1.22 (#506) --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f534d960..91d1c2ef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py{36,37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov} - py{36,37,38,39,310}-test-numpy{116,117,118,119,120,121} + py{36,37,38,39,310}-test-numpy{116,117,118,119,120,121,122} py{36,37,38,39,310}-test-scipy{12,13,14,15,16,17} py{36,37,38,39,310}-test-astropy{40,41,42,43,50} build_docs @@ -42,6 +42,7 @@ description = numpy119: with numpy 1.19.* numpy120: with numpy 1.20.* numpy121: with numpy 1.21.* + numpy122: with numpy 1.22.* scipy12: with scipy 1.2.* scipy13: with scipy 1.3.* scipy14: with scipy 1.4.* @@ -63,6 +64,7 @@ deps = numpy119: numpy==1.19.* numpy120: numpy==1.20.* numpy121: numpy==1.21.* + numpy122: numpy==1.22.* scipy12: scipy==1.2.* scipy13: scipy==1.3.* @@ -82,7 +84,7 @@ deps = dev: git+https://github.com/astropy/astropy.git#egg=astropy latest: astropy==5.0.* - latest: numpy==1.21.* + latest: numpy==1.22.* latest: scipy==1.7.* oldest: astropy==4.0.*