Skip to content

Commit 1e42e5c

Browse files
authored
BLD: Set scipy latest supported version to 1.10 (#590)
1 parent 791eb11 commit 1e42e5c

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,124}
5-
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19}
5+
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19,110}
66
py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
77
build_docs
88
linkcheck
@@ -55,6 +55,7 @@ description =
5555
scipy17: with scipy 1.7.*
5656
scipy18: with scipy 1.8.*
5757
scipy19: with scipy 1.9.*
58+
scipy110: with scipy 1.10.*
5859
astropy40: with astropy 4.0.*
5960
astropy41: with astropy 4.1.*
6061
astropy42: with astropy 4.2.*
@@ -83,6 +84,7 @@ deps =
8384
scipy17: scipy==1.7.*
8485
scipy18: scipy==1.8.*
8586
scipy19: scipy==1.9.*
87+
scipy110: scipy==1.10.*
8688

8789
astropy40: astropy==4.0.*
8890
astropy41: astropy==4.1.*
@@ -97,7 +99,7 @@ deps =
9799

98100
latest: astropy==5.1.*
99101
latest: numpy==1.24.*
100-
latest: scipy==1.9.*
102+
latest: scipy==1.10.*
101103

102104
oldest: astropy==4.0.*
103105
oldest: numpy==1.16.*

0 commit comments

Comments
 (0)