From cdb4a32a1d93f951701ecbfa7d9f52db3496b584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 9 Jan 2025 22:10:13 -0800 Subject: [PATCH] MAINT: dropping astropy 4.1 support --- setup.cfg | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index c373d014..7af3be4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ packages = find: zip_safe = False setup_requires = setuptools_scm install_requires = - astropy>=4.1 + astropy>=4.2 requests python_requires = >=3.9 diff --git a/tox.ini b/tox.ini index a072f18e..43482c47 100644 --- a/tox.ini +++ b/tox.ini @@ -39,10 +39,10 @@ deps = # astropy doesn't yet have a 3.13 compatible release py313: astropy>=0.0dev0 - oldestdeps: astropy==4.1 + oldestdeps: astropy==4.2 # We set a suitably old numpy along with an old astropy, no need to pick up # deprecations and errors due to their unmatching versions - oldestdeps: numpy==1.19 + oldestdeps: numpy==1.20 online: pytest-rerunfailures