Skip to content

Commit

Permalink
BLD: Set scipy latest supported version to 1.14 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 8, 2024
1 parent 9e16911 commit 6f1e4fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
py{38,39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{38,39,310,311,312}-test-numpy{116,117,118,119,120,121,122,123,124,125,126}
py{38,39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113}
py{38,39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114}
py{38,39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61}
build_docs
linkcheck
Expand Down Expand Up @@ -55,6 +55,7 @@ description =
scipy111: with scipy 1.11.*
scipy112: with scipy 1.12.*
scipy113: with scipy 1.13.*
scipy114: with scipy 1.14.*
astropy40: with astropy 4.0.*
astropy41: with astropy 4.1.*
astropy42: with astropy 4.2.*
Expand Down Expand Up @@ -89,6 +90,7 @@ deps =
scipy111: scipy==1.11.*
scipy112: scipy==1.12.*
scipy113: scipy==1.13.*
scipy114: scipy==1.14.*

astropy40: astropy==4.0.*
astropy41: astropy==4.1.*
Expand All @@ -107,7 +109,7 @@ deps =

latest: astropy==6.1.*
latest: numpy==1.26.*
latest: scipy==1.13.*
latest: scipy==1.14.*

oldest: astropy==4.0.*
oldest: numpy==1.16.*
Expand Down

0 comments on commit 6f1e4fd

Please sign in to comment.