@@ -3,7 +3,7 @@ envlist =
3
3
py{37,38,39,310,311}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4
4
py{37,38,39,310,311}-test-numpy{116,117,118,119,120,121,122,123,124,125,126}
5
5
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 }
7
7
build_docs
8
8
linkcheck
9
9
codestyle
@@ -65,6 +65,7 @@ description =
65
65
astropy51: with astropy 5.1.*
66
66
astropy52: with astropy 5.2.*
67
67
astropy53: with astropy 5.3.*
68
+ astropy60: with astropy 6.0.*
68
69
69
70
# The following provides some specific pinnings for key packages
70
71
deps =
@@ -100,12 +101,13 @@ deps =
100
101
astropy51: astropy ==5.1.*
101
102
astropy52: astropy ==5.2.*
102
103
astropy53: astropy ==5.3.*
104
+ astropy60: astropy ==6.0.*
103
105
104
106
dev: numpy
105
107
dev: scipy
106
108
dev: git+https://github.com/astropy/astropy.git# egg=astropy
107
109
108
- latest: astropy ==5.3 .*
110
+ latest: astropy ==6.0 .*
109
111
latest: numpy ==1.26.*
110
112
latest: scipy ==1.11.*
111
113
0 commit comments