Skip to content

Commit 0ef17aa

Browse files
authored
BLD: Set scipy latest supported version to 1.16 (#653)
1 parent 1451bab commit 0ef17aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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,23}
5-
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115}
5+
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115,116}
66
py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71}
77
build_docs
88
linkcheck
@@ -57,7 +57,8 @@ description =
5757
scipy112: with scipy 1.12.*
5858
scipy113: with scipy 1.13.*
5959
scipy114: with scipy 1.14.*
60-
scipy114: with scipy 1.15.*
60+
scipy115: with scipy 1.15.*
61+
scipy116: with scipy 1.16.*
6162
astropy43: with astropy 4.3.*
6263
astropy50: with astropy 5.0.*
6364
astropy51: with astropy 5.1.*
@@ -93,7 +94,8 @@ deps =
9394
scipy112: scipy==1.12.*
9495
scipy113: scipy==1.13.*
9596
scipy114: scipy==1.14.*
96-
scipy114: scipy==1.15.*
97+
scipy115: scipy==1.15.*
98+
scipy116: scipy==1.16.*
9799

98100
astropy43: astropy==4.3.*
99101
astropy50: astropy==5.0.*
@@ -111,7 +113,7 @@ deps =
111113

112114
latest: astropy==7.1.*
113115
latest: numpy==2.3.*
114-
latest: scipy==1.15.*
116+
latest: scipy==1.16.*
115117

116118
oldest: astropy==4.3.*
117119
oldest: numpy==1.19.*

0 commit comments

Comments
 (0)