Skip to content

Commit

Permalink
BLD: Set numpy latest supported version to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Sep 17, 2023
1 parent 752256c commit 737f9f7
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
@@ -1,7 +1,7 @@
[tox]
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-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-astropy{40,41,42,43,50,51,52,53}
build_docs
Expand Down Expand Up @@ -46,6 +46,7 @@ description =
numpy123: with numpy 1.23.*
numpy124: with numpy 1.24.*
numpy125: with numpy 1.25.*
numpy125: with numpy 1.26.*
scipy12: with scipy 1.2.*
scipy13: with scipy 1.3.*
scipy14: with scipy 1.4.*
Expand Down Expand Up @@ -78,6 +79,7 @@ deps =
numpy123: numpy==1.23.*
numpy124: numpy==1.24.*
numpy125: numpy==1.25.*
numpy125: numpy==1.26.*

scipy12: scipy==1.2.*
scipy13: scipy==1.3.*
Expand All @@ -104,7 +106,7 @@ deps =
dev: git+https://github.com/astropy/astropy.git#egg=astropy

latest: astropy==5.3.*
latest: numpy==1.25.*
latest: numpy==1.26.*
latest: scipy==1.11.*

oldest: astropy==4.0.*
Expand Down

0 comments on commit 737f9f7

Please sign in to comment.