Skip to content

Commit e9dd3f5

Browse files
rrjbcaitrharrison
andauthored
BLD: Set astropy latest supported version to 5.2 (#591)
Co-authored-by: Ian Harrison <itrharrison@gmail.com>
1 parent 1e42e5c commit e9dd3f5

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}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
44
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123,124}
55
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}
77
build_docs
88
linkcheck
99
codestyle
@@ -62,6 +62,7 @@ description =
6262
astropy43: with astropy 4.3.*
6363
astropy50: with astropy 5.0.*
6464
astropy51: with astropy 5.1.*
65+
astropy52: with astropy 5.2.*
6566

6667
# The following provides some specific pinnings for key packages
6768
deps =
@@ -92,12 +93,13 @@ deps =
9293
astropy43: astropy==4.3.*
9394
astropy50: astropy==5.0.*
9495
astropy51: astropy==5.1.*
96+
astropy52: astropy==5.2.*
9597

9698
dev: :NIGHTLY:numpy
9799
dev: :NIGHTLY:scipy
98100
dev: git+https://github.com/astropy/astropy.git#egg=astropy
99101

100-
latest: astropy==5.1.*
102+
latest: astropy==5.2.*
101103
latest: numpy==1.24.*
102104
latest: scipy==1.10.*
103105

0 commit comments

Comments
 (0)