Skip to content

Commit 12ceeb1

Browse files
authored
BLD: Set numpy oldest supported version to 1.21 (#658)
1 parent 42c9802 commit 12ceeb1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 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,23,24}
4+
py{39,310,311,312,313}-test-numpy{121,122,123,124,125,126,20,21,22,23,24}
55
py{39,310,311,312,313}-test-scipy{16,17,18,19,110,111,112,113,114,115,116,117}
66
py{39,310,311,312,313}-test-astropy{43,50,51,52,53,60,61,70,71,72}
77
build_docs
@@ -36,8 +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.*
40-
numpy120: with numpy 1.20.*
4139
numpy121: with numpy 1.21.*
4240
numpy122: with numpy 1.22.*
4341
numpy123: with numpy 1.23.*
@@ -75,8 +73,6 @@ description =
7573
# The following provides some specific pinnings for key packages
7674
deps =
7775

78-
numpy119: numpy==1.19.*
79-
numpy120: numpy==1.20.*
8076
numpy121: numpy==1.21.*
8177
numpy122: numpy==1.22.*
8278
numpy123: numpy==1.23.*
@@ -122,7 +118,7 @@ deps =
122118
latest: scipy==1.17.*
123119

124120
oldest: astropy==4.3.*
125-
oldest: numpy==1.19.*
121+
oldest: numpy==1.21.*
126122
oldest: scipy==1.6.*
127123

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

0 commit comments

Comments
 (0)