Skip to content

Commit 848bd4c

Browse files
committed
test oldest numpy 1.21
1 parent a75d4b8 commit 848bd4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{310,311,312,313}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4-
py{310,311,312,313}-test-numpy{120,121,122,123,124,125,126,20,21,22,23,24}
4+
py{310,311,312,313}-test-numpy{121,122,123,124,125,126,20,21,22,23,24}
55
py{310,311,312,313}-test-scipy{18,19,110,111,112,113,114,115,116,117}
66
py{310,311,312,313}-test-astropy{50,51,52,53,60,61,70,71,72}
77
build_docs
@@ -36,7 +36,6 @@ description =
3636
latest: with the latest supported version of key dependencies
3737
oldest: with the oldest supported version of key dependencies
3838
cov: and test coverage
39-
numpy120: with numpy 1.20.*
4039
numpy121: with numpy 1.21.*
4140
numpy122: with numpy 1.22.*
4241
numpy123: with numpy 1.23.*
@@ -71,7 +70,6 @@ description =
7170
# The following provides some specific pinnings for key packages
7271
deps =
7372

74-
numpy120: numpy==1.20.*
7573
numpy121: numpy==1.21.*
7674
numpy122: numpy==1.22.*
7775
numpy123: numpy==1.23.*
@@ -114,7 +112,7 @@ deps =
114112
latest: scipy==1.17.*
115113

116114
oldest: astropy==5.0.*
117-
oldest: numpy==1.20.*
115+
oldest: numpy==1.21.*
118116
oldest: scipy==1.8.*
119117

120118
# The following indicates which extras_require from setup.cfg will be installed

0 commit comments

Comments
 (0)