Skip to content

Commit b2840ce

Browse files
authored
BLD: Set numpy latest supported version to 1.23 (#552)
1 parent 27cf8ce commit b2840ce

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{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4-
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122}
4+
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123}
55
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18}
66
py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
77
build_docs
@@ -45,6 +45,7 @@ description =
4545
numpy120: with numpy 1.20.*
4646
numpy121: with numpy 1.21.*
4747
numpy122: with numpy 1.22.*
48+
numpy123: with numpy 1.23.*
4849
scipy12: with scipy 1.2.*
4950
scipy13: with scipy 1.3.*
5051
scipy14: with scipy 1.4.*
@@ -69,6 +70,7 @@ deps =
6970
numpy120: numpy==1.20.*
7071
numpy121: numpy==1.21.*
7172
numpy122: numpy==1.22.*
73+
numpy123: numpy==1.23.*
7274

7375
scipy12: scipy==1.2.*
7476
scipy13: scipy==1.3.*
@@ -90,7 +92,7 @@ deps =
9092
dev: git+https://github.com/astropy/astropy.git#egg=astropy
9193

9294
latest: astropy==5.1.*
93-
latest: numpy==1.22.*
95+
latest: numpy==1.23.*
9496
latest: scipy==1.8.*
9597

9698
oldest: astropy==4.0.*

0 commit comments

Comments
 (0)