From ff548083055c0647ea674b97b62f47f0644a8fb9 Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Fri, 3 Sep 2021 09:27:42 +0100 Subject: [PATCH 1/2] Set astropy latest support version to 4.3 --- setup.cfg | 2 +- tox.ini | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f78ef4b5b..a40168ad4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ packages = find: python_requires = >=3.6 setup_requires = setuptools_scm install_requires = - astropy>=4,<4.3 + astropy>=4 networkx numpy scipy diff --git a/tox.ini b/tox.ini index 36917948c..31868de59 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py{36,37,38,39}-test{,-all}{,-dev,-latest,-oldest}{,-cov} py{36,37,38,39}-test-numpy{116,117,118,119,120} py{36,37,38,39}-test-scipy{12,13,14,15,16} - py{36,37,38,39}-test-astropy{40,41,42} + py{36,37,38,39}-test-astropy{40,41,42,43} build_docs linkcheck codestyle @@ -51,6 +51,7 @@ description = astropy40: with astropy 4.0.* astropy41: with astropy 4.1.* astropy42: with astropy 4.2.* + astropy43: with astropy 4.3.* # The following provides some specific pinnings for key packages deps = @@ -70,12 +71,13 @@ deps = astropy40: astropy==4.0.* astropy41: astropy==4.1.* astropy42: astropy==4.2.* + astropy43: astropy==4.3.* dev: :NIGHTLY:numpy dev: :NIGHTLY:scipy dev: git+https://github.com/astropy/astropy.git#egg=astropy - latest: astropy==4.2.* + latest: astropy==4.3.* latest: numpy==1.20.* latest: scipy==1.6.* From cf85fe2dbddfcc34dbcdc9c357d6e13147d7a53e Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Fri, 3 Sep 2021 09:28:42 +0100 Subject: [PATCH 2/2] Set speclite minversion to 0.14 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a40168ad4..d94b452fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,14 +31,14 @@ console_scripts = test = pytest-astropy pytest-rerunfailures - speclite>=0.11 + speclite>=0.14 all = h5py - speclite>=0.11 + speclite>=0.14 docs = sphinx-astropy matplotlib - speclite>=0.11 + speclite>=0.14 [options.package_data] skypy = data/*,data/*/*,*/tests/data/*