Skip to content

Commit

Permalink
BLD: Set scipy latest supported version to 1.10 (skypyproject#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 8, 2024
1 parent d36439c commit 59977c8
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,123,124}
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19}
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19,110}
py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
build_docs
linkcheck
Expand Down Expand Up @@ -53,6 +53,7 @@ description =
scipy17: with scipy 1.7.*
scipy18: with scipy 1.8.*
scipy19: with scipy 1.9.*
scipy110: with scipy 1.10.*
astropy40: with astropy 4.0.*
astropy41: with astropy 4.1.*
astropy42: with astropy 4.2.*
Expand Down Expand Up @@ -81,6 +82,7 @@ deps =
scipy17: scipy==1.7.*
scipy18: scipy==1.8.*
scipy19: scipy==1.9.*
scipy110: scipy==1.10.*

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

latest: astropy==5.1.*
latest: numpy==1.24.*
latest: scipy==1.9.*
latest: scipy==1.10.*

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

0 comments on commit 59977c8

Please sign in to comment.