From 0266146cda64901843128e08df18c94ca40ad99f Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:22:28 +0100 Subject: [PATCH] BLD: Set scipy latest supported version to 1.11 --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 944e81be..2b31d647 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py{37,38,39,310,311}-test{,-all}{,-dev,-latest,-oldest}{,-cov} py{37,38,39,310,311}-test-numpy{116,117,118,119,120,121,122,123,124} - py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110} + py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110,111} py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52} build_docs linkcheck @@ -54,6 +54,7 @@ description = scipy18: with scipy 1.8.* scipy19: with scipy 1.9.* scipy110: with scipy 1.10.* + scipy111: with scipy 1.11.* astropy40: with astropy 4.0.* astropy41: with astropy 4.1.* astropy42: with astropy 4.2.* @@ -84,6 +85,7 @@ deps = scipy18: scipy==1.8.* scipy19: scipy==1.9.* scipy110: scipy==1.10.* + scipy111: scipy==1.11.* astropy40: astropy==4.0.* astropy41: astropy==4.1.* @@ -99,7 +101,7 @@ deps = latest: astropy==5.2.* latest: numpy==1.24.* - latest: scipy==1.10.* + latest: scipy==1.11.* oldest: astropy==4.0.* oldest: numpy==1.16.*