Skip to content

Commit 791eb11

Browse files
authored
BLD: Set numpy latest supported version to 1.24 (#589)
1 parent bff2aff commit 791eb11

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,123}
4+
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123,124}
55
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19}
66
py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
77
build_docs
@@ -46,6 +46,7 @@ description =
4646
numpy121: with numpy 1.21.*
4747
numpy122: with numpy 1.22.*
4848
numpy123: with numpy 1.23.*
49+
numpy124: with numpy 1.24.*
4950
scipy12: with scipy 1.2.*
5051
scipy13: with scipy 1.3.*
5152
scipy14: with scipy 1.4.*
@@ -72,6 +73,7 @@ deps =
7273
numpy121: numpy==1.21.*
7374
numpy122: numpy==1.22.*
7475
numpy123: numpy==1.23.*
76+
numpy124: numpy==1.24.*
7577

7678
scipy12: scipy==1.2.*
7779
scipy13: scipy==1.3.*
@@ -94,7 +96,7 @@ deps =
9496
dev: git+https://github.com/astropy/astropy.git#egg=astropy
9597

9698
latest: astropy==5.1.*
97-
latest: numpy==1.23.*
99+
latest: numpy==1.24.*
98100
latest: scipy==1.9.*
99101

100102
oldest: astropy==4.0.*

0 commit comments

Comments
 (0)