Skip to content

Commit 1451bab

Browse files
authored
BLD: Set numpy latest supported version to 2.3 (#652)
1 parent 1476044 commit 1451bab

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{39,310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4-
py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22}
4+
py{39,310,311,312,313}-test-numpy{119,120,121,122,123,124,125,126,20,21,22,23}
55
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115}
66
py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71}
77
build_docs
@@ -47,6 +47,7 @@ description =
4747
numpy20: with numpy 2.0.*
4848
numpy21: with numpy 2.1.*
4949
numpy22: with numpy 2.2.*
50+
numpy23: with numpy 2.3.*
5051
scipy16: with scipy 1.6.*
5152
scipy17: with scipy 1.7.*
5253
scipy18: with scipy 1.8.*
@@ -81,6 +82,7 @@ deps =
8182
numpy20: numpy==2.0.*
8283
numpy21: numpy==2.1.*
8384
numpy22: numpy==2.2.*
85+
numpy23: numpy==2.3.*
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==7.1.*
111-
latest: numpy==2.2.*
113+
latest: numpy==2.3.*
112114
latest: scipy==1.15.*
113115

114116
oldest: astropy==4.3.*

0 commit comments

Comments
 (0)