Skip to content

Commit a75d4b8

Browse files
committed
test oldest numpy 1.20
1 parent 60ba18c commit a75d4b8

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{119,120,121,122,123,124,125,126,20,21,22,23,24}
4+
py{310,311,312,313}-test-numpy{120,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-
numpy119: with numpy 1.19.*
4039
numpy120: with numpy 1.20.*
4140
numpy121: with numpy 1.21.*
4241
numpy122: with numpy 1.22.*
@@ -72,7 +71,6 @@ description =
7271
# The following provides some specific pinnings for key packages
7372
deps =
7473

75-
numpy119: numpy==1.19.*
7674
numpy120: numpy==1.20.*
7775
numpy121: numpy==1.21.*
7876
numpy122: numpy==1.22.*
@@ -116,7 +114,7 @@ deps =
116114
latest: scipy==1.17.*
117115

118116
oldest: astropy==5.0.*
119-
oldest: numpy==1.19.*
117+
oldest: numpy==1.20.*
120118
oldest: scipy==1.8.*
121119

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

0 commit comments

Comments
 (0)