Skip to content

Commit

Permalink
BLD: Set scipy latest supported version to 1.11 (#602)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Harrison <itrharrison@gmail.com>
  • Loading branch information
rrjbca and itrharrison committed Sep 8, 2024
1 parent 466997e commit 7566902
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,311}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{37,38,39,310,311}-test-numpy{116,117,118,119,120,121,122,123,124,125}
py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110}
py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110,111}
py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52}
build_docs
linkcheck
Expand Down Expand Up @@ -55,6 +55,7 @@ description =
scipy18: with scipy 1.8.*
scipy19: with scipy 1.9.*
scipy110: with scipy 1.10.*
scipy111: with scipy 1.11.*
astropy40: with astropy 4.0.*
astropy41: with astropy 4.1.*
astropy42: with astropy 4.2.*
Expand Down Expand Up @@ -86,6 +87,7 @@ deps =
scipy18: scipy==1.8.*
scipy19: scipy==1.9.*
scipy110: scipy==1.10.*
scipy111: scipy==1.11.*

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

latest: astropy==5.2.*
latest: numpy==1.25.*
latest: scipy==1.10.*
latest: scipy==1.11.*

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

0 comments on commit 7566902

Please sign in to comment.