Skip to content

Commit

Permalink
BLD: Set astropy latest supported version to 5.3 (skypyproject#603)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Harrison <itrharrison@gmail.com>
  • Loading branch information
rrjbca and itrharrison committed Sep 8, 2024
1 parent 94bd591 commit 91e8f35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
py{37,38,39,310,311}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{37,38,39,310,311}-test-numpy{116,117,118,119,120,121,122,123,124,125}
py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110,111}
py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52}
py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52,53}
build_docs
linkcheck
codestyle
Expand Down Expand Up @@ -63,6 +63,7 @@ description =
astropy50: with astropy 5.0.*
astropy51: with astropy 5.1.*
astropy52: with astropy 5.2.*
astropy53: with astropy 5.3.*

# The following provides some specific pinnings for key packages
deps =
Expand Down Expand Up @@ -96,12 +97,13 @@ deps =
astropy50: astropy==5.0.*
astropy51: astropy==5.1.*
astropy52: astropy==5.2.*
astropy53: astropy==5.3.*

dev: numpy
dev: scipy
dev: git+https://github.com/astropy/astropy.git#egg=astropy

latest: astropy==5.2.*
latest: astropy==5.3.*
latest: numpy==1.25.*
latest: scipy==1.11.*

Expand Down

0 comments on commit 91e8f35

Please sign in to comment.