From 43f96e9e495a8c22dbcec9fb2cff1374bf8d6f9a Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Wed, 25 May 2022 13:43:37 +0100 Subject: [PATCH] BLD: Set astropy latest supported version to 5.1 --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 28c011e8..8af771b9 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov} py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122} py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18} - py{37,38,39,310}-test-astropy{40,41,42,43,50} + py{37,38,39,310}-test-astropy{40,41,42,43,50,51} build_docs linkcheck codestyle @@ -57,6 +57,7 @@ description = astropy42: with astropy 4.2.* astropy43: with astropy 4.3.* astropy50: with astropy 5.0.* + astropy51: with astropy 5.1.* # The following provides some specific pinnings for key packages deps = @@ -82,12 +83,13 @@ deps = astropy42: astropy==4.2.* astropy43: astropy==4.3.* astropy50: astropy==5.0.* + astropy51: astropy==5.1.* dev: :NIGHTLY:numpy dev: :NIGHTLY:scipy dev: git+https://github.com/astropy/astropy.git#egg=astropy - latest: astropy==5.0.* + latest: astropy==5.1.* latest: numpy==1.22.* latest: scipy==1.8.*