Skip to content

Commit

Permalink
BLD: Set scipy latest supported version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Jan 27, 2025
1 parent 89c8ac8 commit 1fab7ac
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{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22}
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114}
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115}
py{39,310,311,312,313}-test-astropy{40,41,42,43,50,51,52,53,60,61,70}
build_docs
linkcheck
Expand Down Expand Up @@ -56,6 +56,7 @@ description =
scipy112: with scipy 1.12.*
scipy113: with scipy 1.13.*
scipy114: with scipy 1.14.*
scipy114: with scipy 1.15.*
astropy40: with astropy 4.0.*
astropy41: with astropy 4.1.*
astropy42: with astropy 4.2.*
Expand Down Expand Up @@ -92,6 +93,7 @@ deps =
scipy112: scipy==1.12.*
scipy113: scipy==1.13.*
scipy114: scipy==1.14.*
scipy114: scipy==1.15.*

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

latest: astropy==7.0.*
latest: numpy==2.2.*
latest: scipy==1.14.*
latest: scipy==1.15.*

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

0 comments on commit 1fab7ac

Please sign in to comment.