Skip to content

Commit

Permalink
Update oldest tested version of Astropy to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 15, 2024
1 parent b04aae9 commit c917d2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_requires = >=3.9
setup_requires = setuptools_scm
install_requires =
numpy>=1.19
astropy>=3
astropy>=4

[options.extras_require]
test =
Expand Down
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
py{39,310,311}-test{,-alldeps,-devdeps-predeps}{,-cov}
py{39,310,311}-test-numpy{116,117,118}
py{39,310,311}-test-astropy{30,40,lts}
py{39,310,311}-test-astropy{50,60}
build_docs
linkcheck
codestyle
Expand Down Expand Up @@ -53,12 +53,11 @@ deps =
numpy117: numpy==1.17.*
numpy118: numpy==1.18.*

astropy30: astropy==3.0.*
astropy40: astropy==4.0.*
astropylts: astropy==5.0.*
astropy50: astropy==5.0.*
astropy60: astropy==6.0.*

oldestdeps: numpy==1.19.*
oldestdeps: astropy==3.*
oldestdeps: astropy==4.0.*

devdeps: git+https://github.com/astropy/astropy.git#egg=astropy

Expand Down

0 comments on commit c917d2c

Please sign in to comment.