Skip to content

Commit b9a792d

Browse files
authored
Merge branch 'main' into galaxyq
2 parents c4db2b4 + df25369 commit b9a792d

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
@@ -2,7 +2,7 @@
22
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}
5-
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18}
5+
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19}
66
py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
77
build_docs
88
linkcheck
@@ -53,6 +53,7 @@ description =
5353
scipy16: with scipy 1.6.*
5454
scipy17: with scipy 1.7.*
5555
scipy18: with scipy 1.8.*
56+
scipy19: with scipy 1.9.*
5657
astropy40: with astropy 4.0.*
5758
astropy41: with astropy 4.1.*
5859
astropy42: with astropy 4.2.*
@@ -79,6 +80,7 @@ deps =
7980
scipy16: scipy==1.6.*
8081
scipy17: scipy==1.7.*
8182
scipy18: scipy==1.8.*
83+
scipy19: scipy==1.9.*
8284

8385
astropy40: astropy==4.0.*
8486
astropy41: astropy==4.1.*
@@ -93,7 +95,7 @@ deps =
9395

9496
latest: astropy==5.1.*
9597
latest: numpy==1.23.*
96-
latest: scipy==1.8.*
98+
latest: scipy==1.9.*
9799

98100
oldest: astropy==4.0.*
99101
oldest: numpy==1.16.*

0 commit comments

Comments
 (0)