Skip to content

Commit 92a4761

Browse files
authored
BLD: Set astropy latest supported version to 6.0 (#611)
1 parent 8fbe549 commit 92a4761

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{37,38,39,310,311}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
44
py{37,38,39,310,311}-test-numpy{116,117,118,119,120,121,122,123,124,125,126}
55
py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110,111}
6-
py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52,53}
6+
py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52,53,60}
77
build_docs
88
linkcheck
99
codestyle
@@ -65,6 +65,7 @@ description =
6565
astropy51: with astropy 5.1.*
6666
astropy52: with astropy 5.2.*
6767
astropy53: with astropy 5.3.*
68+
astropy60: with astropy 6.0.*
6869

6970
# The following provides some specific pinnings for key packages
7071
deps =
@@ -100,12 +101,13 @@ deps =
100101
astropy51: astropy==5.1.*
101102
astropy52: astropy==5.2.*
102103
astropy53: astropy==5.3.*
104+
astropy60: astropy==6.0.*
103105

104106
dev: numpy
105107
dev: scipy
106108
dev: git+https://github.com/astropy/astropy.git#egg=astropy
107109

108-
latest: astropy==5.3.*
110+
latest: astropy==6.0.*
109111
latest: numpy==1.26.*
110112
latest: scipy==1.11.*
111113

0 commit comments

Comments
 (0)