Skip to content

Commit

Permalink
MAINT: dropping astropy 4.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 10, 2025
1 parent be9c0b9 commit cdb4a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cdb4a32

Please sign in to comment.