Skip to content

Commit 05444f3

Browse files
authored
BLD: Set numpy latest supported version to 2.1 (#625)
1 parent 5541fe7 commit 05444f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{38,39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4-
py{38,39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20}
4+
py{38,39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20,21}
55
py{38,39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114}
66
py{38,39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61}
77
build_docs
@@ -47,6 +47,7 @@ description =
4747
numpy125: with numpy 1.25.*
4848
numpy125: with numpy 1.26.*
4949
numpy20: with numpy 2.0.*
50+
numpy21: with numpy 2.1.*
5051
scipy16: with scipy 1.6.*
5152
scipy17: with scipy 1.7.*
5253
scipy18: with scipy 1.8.*
@@ -81,6 +82,7 @@ deps =
8182
numpy125: numpy==1.25.*
8283
numpy125: numpy==1.26.*
8384
numpy20: numpy==2.0.*
85+
numpy21: numpy==2.1.*
8486

8587
scipy16: scipy==1.6.*
8688
scipy17: scipy==1.7.*
@@ -108,7 +110,7 @@ deps =
108110
dev: git+https://github.com/astropy/astropy.git#egg=astropy
109111

110112
latest: astropy==6.1.*
111-
latest: numpy==2.0.*
113+
latest: numpy==2.1.*
112114
latest: scipy==1.14.*
113115

114116
oldest: astropy==4.0.*

0 commit comments

Comments
 (0)