@@ -3,7 +3,7 @@ envlist =
33 py{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
44 py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22}
55 py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115}
6- py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70}
6+ py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71 }
77 build_docs
88 linkcheck
99 codestyle
@@ -65,6 +65,7 @@ description =
6565 astropy60: with astropy 6.0.*
6666 astropy61: with astropy 6.1.*
6767 astropy70: with astropy 7.0.*
68+ astropy71 with astropy 7.1.*
6869
6970# The following provides some specific pinnings for key packages
7071deps =
@@ -100,12 +101,13 @@ deps =
100101 astropy60: astropy ==6.0.*
101102 astropy61: astropy ==6.1.*
102103 astropy70: astropy ==7.0.*
104+ astropy71: astropy ==7.1.*
103105
104106 dev: numpy
105107 dev: scipy
106108 dev: git+https://github.com/astropy/astropy.git# egg=astropy
107109
108- latest: astropy ==7.0 .*
110+ latest: astropy ==7.1 .*
109111 latest: numpy ==2.2.*
110112 latest: scipy ==1.15.*
111113
0 commit comments