@@ -3,7 +3,7 @@ envlist =
3
3
py{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4
4
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123,124}
5
5
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19,110}
6
- py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
6
+ py{37,38,39,310}-test-astropy{40,41,42,43,50,51,52 }
7
7
build_docs
8
8
linkcheck
9
9
codestyle
@@ -62,6 +62,7 @@ description =
62
62
astropy43: with astropy 4.3.*
63
63
astropy50: with astropy 5.0.*
64
64
astropy51: with astropy 5.1.*
65
+ astropy52: with astropy 5.2.*
65
66
66
67
# The following provides some specific pinnings for key packages
67
68
deps =
@@ -92,12 +93,13 @@ deps =
92
93
astropy43: astropy ==4.3.*
93
94
astropy50: astropy ==5.0.*
94
95
astropy51: astropy ==5.1.*
96
+ astropy52: astropy ==5.2.*
95
97
96
98
dev: :NIGHTLY:numpy
97
99
dev: :NIGHTLY:scipy
98
100
dev: git+https://github.com/astropy/astropy.git# egg=astropy
99
101
100
- latest: astropy ==5.1 .*
102
+ latest: astropy ==5.2 .*
101
103
latest: numpy ==1.24.*
102
104
latest: scipy ==1.10.*
103
105
0 commit comments