Skip to content

Commit

Permalink
BLD: Set scipy latest supported version to 1.12 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca authored Feb 6, 2024
1 parent a11c419 commit cea1836
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,126}
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-scipy{12,13,14,15,16,17,18,19,110,111,112}
py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52,53,60}
build_docs
linkcheck
Expand Down Expand Up @@ -57,6 +57,7 @@ description =
scipy19: with scipy 1.9.*
scipy110: with scipy 1.10.*
scipy111: with scipy 1.11.*
scipy112: with scipy 1.12.*
astropy40: with astropy 4.0.*
astropy41: with astropy 4.1.*
astropy42: with astropy 4.2.*
Expand Down Expand Up @@ -92,6 +93,7 @@ deps =
scipy19: scipy==1.9.*
scipy110: scipy==1.10.*
scipy111: scipy==1.11.*
scipy112: scipy==1.12.*

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

latest: astropy==6.0.*
latest: numpy==1.26.*
latest: scipy==1.11.*
latest: scipy==1.12.*

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

0 comments on commit cea1836

Please sign in to comment.