Skip to content

Commit

Permalink
BLD: Set scipy latest supported version to 1.8 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 8, 2024
1 parent bdf5129 commit bf7c5cb
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{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122}
py{37,38,39,310}-test-scipy{12,13,14,15,16,17}
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18}
py{37,38,39,310}-test-astropy{40,41,42,43,50}
build_docs
linkcheck
Expand Down Expand Up @@ -49,6 +49,7 @@ description =
scipy15: with scipy 1.5.*
scipy16: with scipy 1.6.*
scipy17: with scipy 1.7.*
scipy18: with scipy 1.8.*
astropy40: with astropy 4.0.*
astropy41: with astropy 4.1.*
astropy42: with astropy 4.2.*
Expand All @@ -72,6 +73,7 @@ deps =
scipy15: scipy==1.5.*
scipy16: scipy==1.6.*
scipy17: scipy==1.7.*
scipy18: scipy==1.8.*

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

latest: astropy==5.0.*
latest: numpy==1.22.*
latest: scipy==1.7.*
latest: scipy==1.8.*

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

0 comments on commit bf7c5cb

Please sign in to comment.